aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mustach/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mustach/APKBUILD')
-rw-r--r--testing/mustach/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/mustach/APKBUILD b/testing/mustach/APKBUILD
deleted file mode 100644
index 2b356deb9ca..00000000000
--- a/testing/mustach/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Lucas Ramage <ramage.lucas@protonmail.com>
-# Maintainer: Lucas Ramage <ramage.lucas@protonmail.com>
-pkgname=mustach
-pkgver=1.2.0
-pkgrel=0
-pkgdesc="C implementation of the mustache template specification"
-url="https://gitlab.com/jobol/mustach"
-arch="all !mips !mips64" # testsuite crashes on mips
-license="Apache-2.0"
-makedepends="json-c-dev"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
-source="https://gitlab.com/jobol/mustach/-/archive/$pkgver/mustach-$pkgver.tar.bz2"
-restrict="!check" # test1 segfaults
-
-build() {
- make tool=jsonc libs=single
-}
-
-package() {
- make -j1 DESTDIR="$pkgdir" PREFIX="/usr" install
-
- mkdir -p "$pkgdir"/usr/share/doc/$pkgname/
- install -m644 AUTHORS README.md \
- "$pkgdir"/usr/share/doc/$pkgname/
-}
-sha512sums="
-cca39e11be40aef53ab49032dda02a00caaf723d1dadfcf659380b8f6bb3564d214e74981185a0cac5b787916cb8f73fa32e133a94a0177bc0cba60144042e38 mustach-1.2.0.tar.bz2
-"