parent
55a8d83600
commit
6179b80d4c
1 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'luasec'
|
||||
pkgname=luasec
|
||||
version=0.6
|
||||
revision=9
|
||||
wrksrc=${pkgname}-${pkgname}-${version}
|
||||
version=0.7
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="lua"
|
||||
makedepends="lua-devel libressl-devel"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/brunoos/luasec"
|
||||
distfiles="https://github.com/brunoos/luasec/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=cef3a35c18beb8a54d9c8ce6260a4cabbd9a386de8711320d084daffad0aed5d
|
||||
checksum=2176e95b1d2a72a3235ede5d2aa9838050feee55dade8fdbde4be7fdc66f3a31
|
||||
|
||||
do_build() {
|
||||
lua src/options.lua -g ${XBPS_CROSS_BASE}/usr/include/openssl/ssl.h > src/options.h
|
||||
|
@ -21,7 +21,5 @@ do_build() {
|
|||
}
|
||||
|
||||
pre_install() {
|
||||
export LUAPATH=${DESTDIR}/usr/share/lua/5.3
|
||||
export LUACPATH=${DESTDIR}/usr/lib/lua/5.3
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue