# Template file for 'innoextract'
pkgname=innoextract
version=1.9
revision=9
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="boost-devel-minimal libboost_filesystem libboost_iostreams
 libboost_date_time libboost_program_options liblzma-devel"
short_desc="Tool to unpack installers created by Inno Setup"
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
license="Zlib"
homepage="http://constexpr.org/innoextract/"
distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126

post_patch() {
	sed -i '/cmake_minimum_required/d' cmake/*.cmake
}
