mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
Merge pull request #3668 from antonio-malcolm/innoextract
New Package: innoextract
This commit is contained in:
commit
d9a39e78b3
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…
Add table
Reference in a new issue