diff options
author | TBK <tbk@jjtc.eu> | 2019-05-23 14:16:11 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-28 08:49:01 +0000 |
commit | 979b1ee8bcd7bc21fb772c9db9449b218efeaeba (patch) | |
tree | d019614fcd089c8b78e76274c5a2c3d36c73f8e6 /testing | |
parent | ecba385cdafca2fd88f1c63ac71ea5eabb011e03 (diff) | |
download | aports-979b1ee8bcd7bc21fb772c9db9449b218efeaeba.zip |
community/multirun: move from testing
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 6501e21c850..00000000000 --- 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" |