From 3a45b931bcacf94efea60aec6e30109213a4e2a7 Mon Sep 17 00:00:00 2001 From: Jürgen Brunink Date: Mon, 29 Jun 2020 15:16:35 +0200 Subject: testing/justc-envdir: new aport --- testing/justc-envdir/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/justc-envdir/APKBUILD diff --git a/testing/justc-envdir/APKBUILD b/testing/justc-envdir/APKBUILD new file mode 100644 index 00000000000..68c2dde6402 --- /dev/null +++ b/testing/justc-envdir/APKBUILD @@ -0,0 +1,28 @@ +# Maintainer: Jürgen Brunink +# Contributor: Jürgen Brunink +pkgname=justc-envdir +pkgver=1.0.0 +pkgrel=0 +pkgdesc="Fork of s6-envdir that reads entire files." +url="https://github.com/just-containers/$pkgname/" +arch="all" +license="ISC" +makedepends="skalibs-dev" +options="!check" # no test suite/unit tests +source="https://github.com/just-containers/justc-envdir/releases/download/v$pkgver/justc-envdir-$pkgver.tar.gz" + + +build() { + ./configure \ + --enable-shared \ + --disable-allstatic \ + --prefix=/usr + make +} + +package() { + make DESTDIR="$pkgdir" install + rm -r "$pkgdir"/usr/include +} + +sha512sums="0cf1383073f289f6275595912105dde907fddfc2d9a39789a4ae0b4e11e3eb67b0b760f95aa9e32beca6b80a0b70d335761de06c867918a3a9e31883256db343 justc-envdir-1.0.0.tar.gz" -- cgit v1.2.3