New Package: innoextract

This commit is contained in:
Antonio Malcolm 2016-02-21 19:31:17 -08:00
parent de38c29c6e
commit 2c3da42588

View file

@ -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
}