summaryrefslogtreecommitdiffstats
path: root/testing/acf-jquery-mobile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-05-26 19:10:43 +0000
committerTed Trask <ttrask01@yahoo.com>2014-05-26 19:10:43 +0000
commit71f94c80581f4a934637676c38792310c70e3c0c (patch)
tree0d0d7926f3ec614ff2d0e900db955ee59eb07d14 /testing/acf-jquery-mobile
parent117772d562811281dc78894cc78512689edc8358 (diff)
downloadaports-71f94c80581f4a934637676c38792310c70e3c0c.tar.bz2
aports-71f94c80581f4a934637676c38792310c70e3c0c.tar.xz
testing/acf-jquery-mobile: new aport
Diffstat (limited to 'testing/acf-jquery-mobile')
-rw-r--r--testing/acf-jquery-mobile/APKBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/acf-jquery-mobile/APKBUILD b/testing/acf-jquery-mobile/APKBUILD
new file mode 100644
index 000000000..69a735802
--- /dev/null
+++ b/testing/acf-jquery-mobile/APKBUILD
@@ -0,0 +1,20 @@
+# Contributor: Ted Trask <ttrask01@yahoo.com>
+# Maintainer: Ted Trask <ttrask01@yahoo.com>
+pkgname=acf-jquery-mobile
+pkgver=0.0.1
+pkgrel=0
+pkgdesc="jquery mobile libraries for ACF"
+url="http://git.alpinelinux.org/cgit/acf-jquery-mobile"
+arch="noarch"
+license="GPL-2"
+depends="acf-jquery"
+replaces=""
+source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+md5sums="2fd8424c4f26ff6d982fde9ff2404ad0 acf-jquery-mobile-0.0.1.tar.xz"
+sha256sums="58222822740287937a1a7fc6a73b116364aa3cdc9c6af67fb5799c8e9a4dbe66 acf-jquery-mobile-0.0.1.tar.xz"
+sha512sums="b816cbdcbb746337ddf6b9df9fd70374e19471f9de2c955e425acafc7d883f0866f706a9ca49adcf7decdc16da597864d4a942a1fc61f7d9a6b16f4946745377 acf-jquery-mobile-0.0.1.tar.xz"