aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-jquery/APKBUILD
blob: 52efe4cdd2d87009abb51f5d86677ba06ada964e (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.4.1
pkgrel=0
pkgdesc="jquery libraries for ACF"
url="http://git.alpinelinux.org/cgit/acf-jquery"
arch="noarch"
license="GPL2"
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="e08595b3835b8a612fbeb8c297f2158e  acf-jquery-0.4.1.tar.xz"
sha256sums="01e2a1389e5e5e873b8c8fe00dd1509a7023edb9a1acebebefa522fa98a8e8cd  acf-jquery-0.4.1.tar.xz"
sha512sums="f504e2a2d61a9f6ed84aa04eeb309fd36eea0fa44d1186634e9df13019ab4dfbc2d078476b6bfcdbe0411922e20604afe5356298dc947ab6858aa7d42d2a478f  acf-jquery-0.4.1.tar.xz"