libinput: remove superfluous do_check.

Closes #9594.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2017-11-27 20:27:53 -02:00 committed by Enno Boland
parent 84a9ac51db
commit 1812daf907

View file

@ -13,10 +13,6 @@ homepage="http://www.freedesktop.org/wiki/Software/libinput/"
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
checksum=dd6853241ffe1f1d83b5a375a2f1c17b2901fdbba5d302c67987cc0f4101de3b
do_check() {
ninja -C build test
}
post_install() {
vlicense COPYING
}