aboutsummaryrefslogtreecommitdiffstats
path: root/community/libetonyek
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-03-13 08:19:16 +0000
committerSören Tempel <soeren+git@soeren-tempel.net>2018-03-13 10:52:59 +0100
commit8b20a6b48d614aac6158da825cb33beba80a679b (patch)
treed1b05aef3b991075cca0b9f53e6ba2d2408a7070 /community/libetonyek
parent733ce1b9343bd03fb71d48841a3fd9748cbed3cd (diff)
downloadaports-8b20a6b48d614aac6158da825cb33beba80a679b.tar.bz2
aports-8b20a6b48d614aac6158da825cb33beba80a679b.tar.xz
community/libetonyek: add check
Diffstat (limited to 'community/libetonyek')
-rw-r--r--community/libetonyek/APKBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/community/libetonyek/APKBUILD b/community/libetonyek/APKBUILD
index b5b5c524ec..862aa04a29 100644
--- a/community/libetonyek/APKBUILD
+++ b/community/libetonyek/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libetonyek
pkgver=0.1.7
-pkgrel=0
+pkgrel=1
pkgdesc="Import filter and tools for Apple Keynote presentations"
url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
arch="all"
@@ -29,6 +29,11 @@ build() {
make
}
+check() {
+ cd "$builddir"
+ make check
+}
+
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install