diff options
Diffstat (limited to 'repo/core/nettle.xibuild')
-rw-r--r-- | repo/core/nettle.xibuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/core/nettle.xibuild b/repo/core/nettle.xibuild deleted file mode 100644 index 398a722..0000000 --- a/repo/core/nettle.xibuild +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DEPS=(gmp) - -SOURCE=https://ftp.gnu.org/gnu/nettle/nettle-3.7.tar.gz -DESC="A low-level cryptographic library" - -build () { - - ./configure \ - --prefix=/usr - make - make DESTDIR=$PKG_DEST install -} |