f77e3588dc
user/lua-aports: upgrade user/paperless-ng: upgrade + openrc user/paperless-ngx: new aport user/py3-anyio: new aport user/py3-dateparser: upgrade user/py3-pdf2image: new aport user/py3-pyaml: new aport user/py3-pytz: new aport user/py3-pyyaml: new aport user/py3-tzdata: new aport user/py3-tzlocal: new aport user/rmfakecloud: upgrade user/scanbd: new aport user/scantopl: new aport user/xinetd: new aport
22 lines
760 B
Text
22 lines
760 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=lua-aports
|
|
pkgver=1.1.1
|
|
_gittag=678831e1eb81e35622b58530ec8d5b383a0eee81
|
|
pkgrel=0
|
|
pkgdesc="Lua modules for parsing aports tree"
|
|
url="https://dev.alpinelinux.org/archive/lua-aports/"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="lua5.2-cjson lua5.2-filesystem lua5.2-optarg lua5.2"
|
|
replaces="abuild"
|
|
source="https://gitlab.alpinelinux.org/ayakael/lua-aports/-/archive/$_gittag/lua-aports-$_gittag.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_gittag"
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
cc69d9095294a20b1897b8928424b7a6328663ea2e7fd1d9c2e898df4ace37fa4c5dba0ee50a71a1cc146fe2465f05237d54337b12107bda879da43c15bc5201 lua-aports-678831e1eb81e35622b58530ec8d5b383a0eee81.tar.gz
|
|
"
|