18 lines
584 B
Bash
18 lines
584 B
Bash
# Template file for 'innoextract'.
|
|
pkgname=innoextract
|
|
version=1.6
|
|
revision=4
|
|
build_style=cmake
|
|
configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
|
|
hostmakedepends="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=66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|