signify: cleanup source tarball
This commit is contained in:
parent
03eacb45ed
commit
8ad413705b
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/core.pub
|
||||
RWRJc1FUaeVeqvldRzSH7wD8uqXmQrUNKgDJCzRjHpZNhj2jSXi1ilAdIE24KG63M/AgV2I0d9GBykqpbFPKkJ5CemngZXuXEQE=
|
||||
SHA256 (Pkgfile) = d2074db1461fb961ba9140b89ebfd53cff07bfc1685817cfd1fba402791bc1d8
|
||||
RWRJc1FUaeVeqp2rnDpeLrUIQIHJcIs75ytSsjK6BUuUK0i8dZ/GhsfLeTsyMxapW8zR2wbrv+uelaeykVj2q7Ba9kkwPgTJkAs=
|
||||
SHA256 (Pkgfile) = 571db77c9475f0a1ce88034ade93c190f95d3cbb5ae2b5755be3c58b670eb3c4
|
||||
SHA256 (.footprint) = c9c25d94c541a49fa3823d13d447c6170d3a675f145d7d7bd8ac648a5916df6f
|
||||
SHA256 (signify-0.1p1.tar.gz) = a878fd281ed78e5a461ee7e8ab85546467bf24c20ac5069aed719daff34d33d0
|
||||
SHA256 (signify-0.1p2.tar.xz) = 79ae7b9911d22a7f72b2922a0f91f5b843623a5856f74d3eb29dbeaffe620f8f
|
||||
|
@ -1,17 +1,17 @@
|
||||
# Description: elliptic curve based signing and verification tool
|
||||
# Description: Elliptic curve based signing and verification tool
|
||||
# URL: http://www.tedunangst.com/flak/post/signify
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
|
||||
name=signify
|
||||
version=0.1p1
|
||||
version=0.1p2
|
||||
release=1
|
||||
source=(https://crux.nu/~tek/$name-$version.tar.gz)
|
||||
source=(https://crux.nu/files/distfiles/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
make CFLAGS='-Wall -O2 -I. -DSIGNIFYROOT=\"/etc/ports\"'
|
||||
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
|
||||
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