mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/lua-json: new aport
Simple JSON encoding and decoding in pure Lua http://regex.info/blog/lua/json
This commit is contained in:
parent
2f51a6d882
commit
ccd072553b
24
testing/lua-json/APKBUILD
Normal file
24
testing/lua-json/APKBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=lua-json
|
||||
pkgver=20111207.5
|
||||
pkgrel=0
|
||||
pkgdesc="Simple JSON encoding and decoding in pure Lua"
|
||||
url="http://regex.info/blog/lua/json"
|
||||
arch="noarch"
|
||||
license="AS-IS"
|
||||
depends="lua"
|
||||
makedepends="lua-dev"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://regex.info/code/JSON.lua"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
local _lmoddir=$(pkg-config --variable=INSTALL_LMOD lua)
|
||||
install -Dm644 "$srcdir"/JSON.lua "${pkgdir}$_lmoddir"/JSON.lua
|
||||
}
|
||||
|
||||
md5sums="8ccd1082b85e3e5dfc5182f0151d9685 JSON.lua"
|
Loading…
Reference in New Issue
Block a user