core/signify/Pkgfile

18 lines
474 B
Plaintext
Raw Normal View History

2020-07-18 09:35:40 +02:00
# Description: Elliptic curve based signing and verification tool
2016-06-12 16:46:29 +02:00
# URL: http://www.tedunangst.com/flak/post/signify
2020-07-18 09:35:40 +02:00
# Maintainer: CRUX System Team, core-ports at crux dot nu
2016-06-12 16:46:29 +02:00
name=signify
2020-07-18 09:35:40 +02:00
version=0.1p2
2016-06-12 16:46:29 +02:00
release=1
2020-07-18 09:35:40 +02:00
source=(https://crux.nu/files/distfiles/$name-$version.tar.xz)
2016-06-12 16:46:29 +02:00
build() {
cd $name-$version
2020-07-18 09:35:40 +02:00
make CFLAGS='-Wall -O2 -I. -DSIGNIFYROOT=\"/etc/ports\"'
2016-06-12 16:46:29 +02:00
2020-07-18 09:35:40 +02:00
install -D signify $PKG/usr/bin/signify
install -D signify.1 $PKG/usr/share/man/man1/signify.1
2016-06-12 16:46:29 +02:00
}