summaryrefslogtreecommitdiffstats
path: root/main/acf-jquery/APKBUILD
blob: 82fd97e9d34cd5ef52fcc95fb97e886c4fd413ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-jquery
pkgver=0.3.0
pkgrel=0
pkgdesc="jquery libraries for ACF"
url="http://git.alpinelinux.org/cgit/acf-jquery"
arch="noarch"
license="GPL-2"
depends=""
replaces="acf-core"
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="0a3a9f8bf339d52e3663545da4246d24  acf-jquery-0.3.0.tar.xz"
sha256sums="48e45c18ea3a5600b6e0544373cccd744c0864e1850f1bc2239cf052cfb856ba  acf-jquery-0.3.0.tar.xz"
sha512sums="34ccbb7eb8c7e356edae8fb42e7baeef70defd23d55079be2ca82231fdcac7c0ffea0c784937c2ae82b02766a7c1a87817183a004ac74856e4e72a6d7ba54b42  acf-jquery-0.3.0.tar.xz"