mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-26 18:21:47 +01:00
18 lines
480 B
Plaintext
18 lines
480 B
Plaintext
# Contributor: Ted Trask <ttrask01@yahoo.com>
|
|
# Maintainer: Ted Trask <ttrask01@yahoo.com>
|
|
pkgname=acf-lib
|
|
pkgver=0.2.1
|
|
pkgrel=0
|
|
pkgdesc="Lua libraries for ACF"
|
|
url="http://git.alpinelinux.org/cgit/acf-lib"
|
|
arch="noarch"
|
|
license="GPL-2"
|
|
depends=""
|
|
source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"
|
|
|
|
package() {
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
md5sums="c120e66d542c67c8d9a06dad310f7ccc acf-lib-0.2.1.tar.bz2"
|