aboutsummaryrefslogtreecommitdiffstats
path: root/community/bam/APKBUILD
blob: e48d74f2c0026b3dc21a341619624154395326c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>

pkgname=bam
#teeworlds is sole user of bam, and requires 0.4.x currently
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="$pkgname-$pkgver.tar.gz::https://github.com/matricks/bam/archive/v$pkgver.tar.gz"
source="https://downloads.teeworlds.com/bam-$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"