entr: fix wrong checksum, add license

Closes: #10455 [via git-merge-pr]
This commit is contained in:
cr6git 2018-01-04 20:59:07 +01:00 committed by Jürgen Buchmüller
parent b1a3a70fc4
commit b443a172c5

View file

@ -8,7 +8,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="ISC"
homepage="http://entrproject.org"
distfiles="$homepage/code/$pkgname-$version.tar.gz"
checksum=a49daac8c46290f9886ac4ef3143da5b042a696c3969f6b40383e591c137d1ce
checksum=02d78f18ae530e64bfbb9d8e0250962f85946e10850dd065899d03af15f26876
post_extract() {
mv ${XBPS_BUILDDIR}/eradman-entr-* $wrksrc
@ -21,3 +21,7 @@ post_extract() {
pre_build() {
cp Makefile.linux Makefile
}
post_install() {
vlicense LICENSE
}