Merge pull request #3668 from antonio-malcolm/innoextract
New Package: innoextract
This commit is contained in:
commit
d9a39e78b3
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'innoextract'.
|
||||
pkgname=innoextract
|
||||
version=1.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
|
||||
hostmakedepends="cmake boost"
|
||||
makedepends="boost-devel liblzma-devel"
|
||||
short_desc="A tool to unpack installers created by Inno Setup"
|
||||
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
|
||||
homepage="http://constexpr.org/innoextract/"
|
||||
license="${pkgname}"
|
||||
distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=f2594e992ccf2859455475794803b29a67393fadb69d4df1eec34c451ffa48cf
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue