New Package: innoextract
This commit is contained in:
parent
de38c29c6e
commit
2c3da42588
1 changed files with 18 additions and 0 deletions
18
srcpkgs/innoextract/template
Normal file
18
srcpkgs/innoextract/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue