aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua5.2-json4/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lua5.2-json4/APKBUILD')
-rw-r--r--testing/lua5.2-json4/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/lua5.2-json4/APKBUILD b/testing/lua5.2-json4/APKBUILD
deleted file mode 100644
index cf75f8b9f..000000000
--- a/testing/lua5.2-json4/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-_luaver=5.2
-pkgname=lua${_luaver}-json4
-_name=json4lua
-pkgver=0.9.50
-pkgrel=1
-pkgdesc="JSON encoding / decoding module for Lua $_luaver (JSON4lua)"
-url="http://json.luaforge.net/"
-arch="noarch"
-license="GPL2"
-depends=""
-source="http://files.luaforge.net/releases/json/json/$pkgver/json4lua-$pkgver.zip"
-
-build() {
- return 0
-}
-
-package() {
- install -D "$srcdir"/$_name-$pkgver/json/json.lua "$pkgdir"/usr/share/lua/${_luaver}/json.lua
-}
-
-md5sums="d04a44972ec697a14e89b3a7f14c2d29 json4lua-0.9.50.zip"
-sha256sums="9565ebd1b0a95d84915221f2f401f913de92e7135c6d6ebdb38eff636a934ef1 json4lua-0.9.50.zip"
-sha512sums="7cfe0f68eea2e40e59f45359e1e867fb8aa306bdc211be3596ba6c2718687401564f365975cbbbce3d05e76bde46a42303c37a2b320ffa77212902465fac0ae6 json4lua-0.9.50.zip"