testing/diction: add check

This commit is contained in:
Sören Tempel 2018-05-30 12:17:47 +02:00
parent b146898f72
commit cf5c9dc7fd

View File

@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=diction
pkgver=1.11
pkgrel=0
pkgrel=1
pkgdesc="Style checkers for improving your writing"
url="https://www.gnu.org/software/diction/diction.html"
arch="all"
@ -32,6 +32,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install