diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-10-15 17:35:35 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-10-15 17:35:35 +0200 |
commit | 455b7ea571aaaa88c01daa5eb20e38fe26bf2184 (patch) | |
tree | 3bff732eed891fdd63f94ef47e23701f195cab65 /testing | |
parent | 28341a2e71863ee0048f18fc880cf0591888ae6c (diff) | |
download | aports-455b7ea571aaaa88c01daa5eb20e38fe26bf2184.tar.bz2 aports-455b7ea571aaaa88c01daa5eb20e38fe26bf2184.tar.xz |
testing/bam: move to main
Diffstat (limited to 'testing')
-rw-r--r-- | testing/bam/APKBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/bam/APKBUILD b/testing/bam/APKBUILD deleted file mode 100644 index 7a86d2fb78..0000000000 --- a/testing/bam/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: -# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> - -pkgname=bam -pkgver=0.4.0 -pkgrel=0 -pkgdesc='Fast and flexible build system using Lua' -arch=all -url=http://github.com/matricks/bam -license='ZLIB' -source="https://github.com/downloads/matricks/bam/$pkgname-$pkgver.tar.gz" - -build() { - cd "$srcdir"/$pkgname-$pkgver - sh make_unix.sh || return 1 -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - install -Dm755 bam "$pkgdir"/usr/bin/bam || return 1 - install -Dm755 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE \ - || return 1 -} - -md5sums="2f8e8336b8884110e8a355b12c9fa58a bam-0.4.0.tar.gz" -sha256sums="5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3 bam-0.4.0.tar.gz" -sha512sums="c599cdf3618d317a5d304febd2e59d1116fc5819cdaf49969fdc25f88ed8f3e25831861c0c7fea05059d8af7085b654a7732bd89086bc166661b932d168ee2ca bam-0.4.0.tar.gz" |