aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-postgresql/APKBUILD
blob: 763c86cf2fb64e2eb5e85ca00110f7fb1053a542 (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
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-postgresql
pkgver=0.11.0
pkgrel=2
pkgdesc="ACF module for postgresql"
url="http://git.alpinelinux.org/cgit/acf/$pkgname"
arch="noarch"
license="GPL-2.0"
depends="acf-core postgresql acf-db-lib lua-sql-postgres"
makedepends="acf-db-lib"
install=
subpackages=""
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"

	make DESTDIR="$pkgdir" install

}

md5sums="aefbda7fbabfeb0867a38c2d0bf4c076  acf-postgresql-0.11.0.tar.xz"
sha256sums="79a8ab436cc2e26e4f12fd99ab743f2627afc5aac582fe23308a8783d0970a84  acf-postgresql-0.11.0.tar.xz"
sha512sums="50ecb0d5bee5ae674188f4c70f9bf30084c7e6b506819a89baf660e3af102e51b67d54dbe15a92e8b52162ddc666a2e2e8f09dbbb6f07734eb86073a2b6243fe  acf-postgresql-0.11.0.tar.xz"