mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 03:42:37 +01:00
25 lines
816 B
Plaintext
25 lines
816 B
Plaintext
# 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="GPL-2"
|
|
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"
|