19 lines
590 B
Bash
19 lines
590 B
Bash
# 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
|
|
}
|