entr: fix wrong checksum, add license
Closes: #10455 [via git-merge-pr]
This commit is contained in:
parent
b1a3a70fc4
commit
b443a172c5
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://entrproject.org"
|
homepage="http://entrproject.org"
|
||||||
distfiles="$homepage/code/$pkgname-$version.tar.gz"
|
distfiles="$homepage/code/$pkgname-$version.tar.gz"
|
||||||
checksum=a49daac8c46290f9886ac4ef3143da5b042a696c3969f6b40383e591c137d1ce
|
checksum=02d78f18ae530e64bfbb9d8e0250962f85946e10850dd065899d03af15f26876
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv ${XBPS_BUILDDIR}/eradman-entr-* $wrksrc
|
mv ${XBPS_BUILDDIR}/eradman-entr-* $wrksrc
|
||||||
|
@ -21,3 +21,7 @@ post_extract() {
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cp Makefile.linux Makefile
|
cp Makefile.linux Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue