diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /unmaintained/lua5.2-json4 | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'unmaintained/lua5.2-json4')
-rw-r--r-- | unmaintained/lua5.2-json4/APKBUILD | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/unmaintained/lua5.2-json4/APKBUILD b/unmaintained/lua5.2-json4/APKBUILD new file mode 100644 index 0000000000..cf75f8b9fd --- /dev/null +++ b/unmaintained/lua5.2-json4/APKBUILD @@ -0,0 +1,24 @@ +# 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" |