mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
luaexpat: rebuild for metadata
This commit is contained in:
parent
eaf7ac0f8a
commit
e772483583
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'luaexpat'
|
# Template file for 'luaexpat'
|
||||||
pkgname=luaexpat
|
pkgname=luaexpat
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="LUA_INC=-I${XBPS_CROSS_BASE}/usr/include/lua5.1 EXPAT_INC=-I${XBPS_CROSS_BASE}/usr/include"
|
make_build_args="LUA_INC=-I${XBPS_CROSS_BASE}/usr/include/lua5.1 EXPAT_INC=-I${XBPS_CROSS_BASE}/usr/include"
|
||||||
makedepends="lua51-devel expat-devel"
|
makedepends="lua51-devel expat-devel"
|
||||||
|
@ -10,5 +10,10 @@ short_desc="XML Expat parsing for the Lua programming language"
|
||||||
maintainer="Duncaen <mail@duncano.de>"
|
maintainer="Duncaen <mail@duncano.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://matthewwild.co.uk/projects/luaexpat/"
|
homepage="https://matthewwild.co.uk/projects/luaexpat/"
|
||||||
distfiles="https://matthewwild.co.uk/projects/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://matthewwild.co.uk/projects/luaexpat/luaexpat-${version}.tar.gz"
|
||||||
checksum=d060397960d87b2c89cf490f330508b7def1a0677bdc120531c571609fc57dc3
|
checksum=d060397960d87b2c89cf490f330508b7def1a0677bdc120531c571609fc57dc3
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
sed -n '/Copyright/,/SOFTWARE\./p' doc/us/license.html > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue