mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
innoextract: update to 1.7.
Closes #15103. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
015e5fd7c9
commit
483676d961
1 changed files with 5 additions and 9 deletions
|
@ -1,18 +1,14 @@
|
||||||
# Template file for 'innoextract'.
|
# Template file for 'innoextract'
|
||||||
pkgname=innoextract
|
pkgname=innoextract
|
||||||
version=1.6
|
version=1.7
|
||||||
revision=4
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
|
configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
|
||||||
hostmakedepends="boost"
|
hostmakedepends="boost"
|
||||||
makedepends="boost-devel liblzma-devel"
|
makedepends="boost-devel liblzma-devel"
|
||||||
short_desc="A tool to unpack installers created by Inno Setup"
|
short_desc="A tool to unpack installers created by Inno Setup"
|
||||||
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
|
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
|
||||||
|
license="Zlib"
|
||||||
homepage="http://constexpr.org/innoextract/"
|
homepage="http://constexpr.org/innoextract/"
|
||||||
license="${pkgname}"
|
|
||||||
distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e
|
checksum=c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue