signify: initial import

This commit is contained in:
Fredrik Rinnestam 2016-06-12 16:46:29 +02:00
parent 9373cce37f
commit eee7749ace
3 changed files with 25 additions and 0 deletions

7
signify/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/signify
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rwxr-xr-x root/root usr/share/man/man1/signify.1.gz

1
signify/.md5sum Normal file
View File

@ -0,0 +1 @@
71c9317240d8b544279ca4baed920cee signify-0.1p1.tar.gz

17
signify/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: elliptic curve based signing and verification tool
# URL: http://www.tedunangst.com/flak/post/signify
# Maintainer: Thomas Penteker, tek at serverop dot de
name=signify
version=0.1p1
release=1
source=(https://crux.nu/~tek/$name-$version.tar.gz)
build() {
cd $name-$version
make CFLAGS='-Wall -O2 -I. -DSIGNIFYROOT=\"/etc/ports\"'
install -D signify $PKG/usr/bin/signify
install -D signify.1 $PKG/usr/share/man/man1/signify.1
}