aboutsummaryrefslogtreecommitdiffstats
path: root/community/uncrustify
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2017-11-08 20:23:35 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-15 09:36:37 +0000
commit2ab5e9d1b14bc0c683cfb2bd367eaf67636daeb8 (patch)
tree4cf9278122552c5dccb7bbe082850f518e64052a /community/uncrustify
parent6a6bfb0f20e43afdb3c1eed126953dbfa5b74c0e (diff)
downloadaports-2ab5e9d1b14bc0c683cfb2bd367eaf67636daeb8.tar.bz2
aports-2ab5e9d1b14bc0c683cfb2bd367eaf67636daeb8.tar.xz
community/uncrustify: upgrade to 0.66 and add check
Diffstat (limited to 'community/uncrustify')
-rw-r--r--community/uncrustify/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/uncrustify/APKBUILD b/community/uncrustify/APKBUILD
index 0943a62edf..9169885329 100644
--- a/community/uncrustify/APKBUILD
+++ b/community/uncrustify/APKBUILD
@@ -1,7 +1,6 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
-
pkgname=uncrustify
-pkgver=0.65
+pkgver=0.66
pkgrel=0
pkgdesc="A source code beautifier"
url="https://github.com/uncrustify/uncrustify"
@@ -20,6 +19,11 @@ build() {
make
}
+check() {
+ cd "$builddir/build"
+ make test
+}
+
package() {
cd "$builddir"
install -d -m755 "$pkgdir"/usr/share/$pkgname
@@ -30,4 +34,4 @@ package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
-sha512sums="c74e1b8d107ec54f95c70fa1e6a0418085dbdb8e1aab864ef459138191ee4da31230ff5ab706276d5717eb6caa6567a20a8aa82cb18d85560f41374a0a8dbadf uncrustify-0.65.tar.gz"
+sha512sums="d1c243cd798db10e0dc51e89e48068480f406f9f399b6635ad7ef6d9a3b012df054574cd8361da98098dde23bc350d82bb309c5ac46676768ce1b7ba47122319 uncrustify-0.66.tar.gz"