mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||||
pkgname=diction
|
pkgname=diction
|
||||||
pkgver=1.11
|
pkgver=1.11
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Style checkers for improving your writing"
|
pkgdesc="Style checkers for improving your writing"
|
||||||
url="https://www.gnu.org/software/diction/diction.html"
|
url="https://www.gnu.org/software/diction/diction.html"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -32,6 +32,11 @@ build() {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
Loading…
Reference in New Issue
Block a user