popt: add do_check.

Closes #9257.
This commit is contained in:
maxice8 2017-11-17 02:23:25 -02:00 committed by Enno Boland
parent 5c31a30e48
commit 6655768574
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ license="MIT"
distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz"
checksum=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
do_check() {
make check
}
post_install() {
vlicense COPYING
}