aports/main/lua-asn1/APKBUILD
psykose 345e721a45 */*: replace $url in source= with the url
the two are distinct, url isn't a variable. it could be changed to
update to e.g. a documentation site, source url is separate
2023-05-17 06:11:24 +02:00

18 lines
574 B
Plaintext

# Contributor: Kaarle Ritvanen <kunkku@alpinelinux.org>
# Maintainer: Kaarle Ritvanen <kunkku@alpinelinux.org>
pkgname=lua-asn1
pkgver=2.2.0
pkgrel=1
pkgdesc="ASN.1 framework for Lua"
url=https://github.com/kunkku/lua-asn1
arch=noarch
license=MIT
depends=lua-stringy
source="$pkgname-$pkgver.tar.gz::https://github.com/kunkku/lua-asn1/archive/v$pkgver.tar.gz"
package() {
make install "ROOT_DIR=$pkgdir"
}
sha512sums="55f92d3eb6abf4854da7aaa19ab85d7daeb2aa0179313a6cd818bc347f3059348a813e14165c1e5045eb3ea9e442470202d67d5f6df3c7f00c12e754a36107ea lua-asn1-2.2.0.tar.gz"