mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
b2sum: fix $wrksrc usage.
This commit is contained in:
parent
204c603d69
commit
bccb515964
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'b2sum'
|
# Template file for 'b2sum'
|
||||||
pkgname=b2sum
|
pkgname=b2sum
|
||||||
version=20140114
|
version=20140114
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="blake2_code_${version}/b2sum"
|
wrksrc="blake2_code_${version}"
|
||||||
|
build_wrksrc=b2sum
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
short_desc="Compute BLAKE2 cryptographic hash"
|
short_desc="Compute BLAKE2 cryptographic hash"
|
||||||
|
|
Loading…
Add table
Reference in a new issue