diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/multirun/APKBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/multirun/APKBUILD b/testing/multirun/APKBUILD deleted file mode 100644 index 6501e21c85..0000000000 --- a/testing/multirun/APKBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Contributor: TBK <alpine@jjtc.eu> -# Maintainer: TBK <alpine@jjtc.eu> -pkgname=multirun -pkgver=0.3.1 -pkgrel=0 -pkgdesc="A minimalist init process designed for Docker." -url="https://nicolas-van.github.io/multirun/" -arch="all" -license="MIT" -checkdepends="bats" -source="$pkgname-$pkgver.tar.gz::https://github.com/nicolas-van/multirun/archive/$pkgver.tar.gz" - -build() { - make -} - -check() { - bats tests.bats -} - -package() { - make DESTDIR="$pkgdir" install -} - -sha512sums="0a55470077b2bc2559e94f608f9ed53194512b5eca14eb62fffacd52123fa5335e28b85333c24039881f43fd56ac8f06ece0a13c495898faee830e8674b380ad multirun-0.3.1.tar.gz" |
