mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
community/bam: updated url
This commit is contained in:
parent
7d5e2068ce
commit
38f55153dc
@ -5,7 +5,7 @@ pkgver=0.5.1
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Fast and flexible build system using Lua"
|
pkgdesc="Fast and flexible build system using Lua"
|
||||||
arch="all !s390x" #luajit unavail on excluded arches
|
arch="all !s390x" #luajit unavail on excluded arches
|
||||||
url="http://github.com/matricks/bam"
|
url="https://github.com/matricks/bam"
|
||||||
makedepends="lua5.3-dev luajit-dev"
|
makedepends="lua5.3-dev luajit-dev"
|
||||||
license='ZLIB'
|
license='ZLIB'
|
||||||
option="!check"
|
option="!check"
|
||||||
@ -14,7 +14,7 @@ builddir="$srcdir"/$pkgname-$pkgver
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
sh make_unix.sh || return 1
|
sh make_unix.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user