mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/diction: add check
This commit is contained in:
parent
b146898f72
commit
cf5c9dc7fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user