libscrypt: add vlicense.
This commit is contained in:
parent
2e3350c810
commit
d775a61ba0
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libscrypt'
|
# Template file for 'libscrypt'
|
||||||
pkgname=libscrypt
|
pkgname=libscrypt
|
||||||
version=1.21
|
version=1.21
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Library that implements scrypt() functionality"
|
short_desc="Library that implements scrypt() functionality"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -10,6 +10,9 @@ homepage="https://github.com/technion/"
|
||||||
distfiles="https://github.com/technion/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/technion/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=68e377e79745c10d489b759b970e52d819dbb80dd8ca61f8c975185df3f457d3
|
checksum=68e377e79745c10d489b759b970e52d819dbb80dd8ca61f8c975185df3f457d3
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
libscrypt-devel_package() {
|
libscrypt-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue