forked from ports/contrib
signify: initial import
This commit is contained in:
parent
41ad045e94
commit
1c61283ef2
7
signify/.footprint
Normal file
7
signify/.footprint
Normal 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
1
signify/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
71c9317240d8b544279ca4baed920cee signify-0.1p1.tar.gz
|
17
signify/Pkgfile
Normal file
17
signify/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user