summaryrefslogtreecommitdiffstats
path: root/extra/json4lua
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-27 12:40:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-27 12:40:53 +0000
commitb38d31d53c36500530d4e13d1cc6a193185e80e1 (patch)
tree010bb4d88988a0111d77f3d09a12e3eeff7b7eeb /extra/json4lua
parenta206905c6413370f703daaea98f4fc2f8afd5690 (diff)
downloadaports-b38d31d53c36500530d4e13d1cc6a193185e80e1.tar.bz2
aports-b38d31d53c36500530d4e13d1cc6a193185e80e1.tar.xz
extra/json4lua: new aport
JSON encoding / decoding module for Lua http://json.luaforge.net/
Diffstat (limited to 'extra/json4lua')
-rw-r--r--extra/json4lua/APKBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/json4lua/APKBUILD b/extra/json4lua/APKBUILD
new file mode 100644
index 00000000..bceb0ca8
--- /dev/null
+++ b/extra/json4lua/APKBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=json4lua
+pkgver=0.9.20
+pkgrel=0
+pkgdesc="JSON encoding / decoding module for Lua"
+url="http://json.luaforge.net/"
+license="GPL-2"
+depends="lua"
+source="http://luaforge.net/frs/download.php/1375/JSON4Lua-$pkgver.zip"
+
+build() {
+ install -D "$srcdir"/json/json.lua "$pkgdir"/usr/share/lua/5.1/json.lua
+}
+
+md5sums="0a2071a24d7752f52d5cc9cac8800743 JSON4Lua-0.9.20.zip"