luasec: rename to lua53-luasec

This commit is contained in:
q66 2020-07-01 18:11:39 +02:00
parent a53997e9e7
commit 24edcb35a3
2 changed files with 15 additions and 8 deletions

View file

@ -1,17 +1,17 @@
# Template file for 'luasec' # Template file for 'lua53-luasec'
pkgname=luasec pkgname=lua53-luasec
version=0.8.1 version=0.8.1
revision=1 revision=2
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="luasec-luasec-${version}"
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="lua" hostmakedepends="lua53"
makedepends="lua-devel libressl-devel" makedepends="lua53-devel libressl-devel"
depends="lua" depends="lua53"
short_desc="Lua binding for OpenSSL library to provide TLS/SSL communication" short_desc="Lua binding for OpenSSL library to provide TLS/SSL communication"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/brunoos/luasec" homepage="https://github.com/brunoos/luasec"
distfiles="https://github.com/brunoos/luasec/archive/${pkgname}-${version}.tar.gz" distfiles="https://github.com/brunoos/luasec/archive/luasec-${version}.tar.gz"
checksum=cc9fc92df3be56add5c9687319951f457c31f5d12ac19cfc09d53056dc24f04e checksum=cc9fc92df3be56add5c9687319951f457c31f5d12ac19cfc09d53056dc24f04e
do_build() { do_build() {
@ -23,3 +23,9 @@ do_build() {
pre_install() { pre_install() {
vlicense LICENSE vlicense LICENSE
} }
luasec_package() {
depends="lua53-luasec>=${version}_${revision}"
short_desc+=" (transitional dummy package)"
build_style=meta
}

1
srcpkgs/luasec Symbolic link
View file

@ -0,0 +1 @@
lua53-luasec