mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/innoextract to 1.8-2
This commit is contained in:
parent
9fa3720911
commit
d19ed0606e
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Maintainer: Alad Wenter <alad@mailbox.org>
|
||||
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
|
||||
# Contributor: carstene1ns <arch carsten-teibes de>
|
||||
# Contributor: Sam S. <smls75@gmail.com>
|
||||
# Contributor: Daniel Scharrer <daniel@constexpr.org>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=innoextract
|
||||
pkgver=1.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A tool to extract installers created by Inno Setup"
|
||||
url='https://constexpr.org/innoextract/'
|
||||
arch=('x86_64')
|
||||
|
@ -23,6 +23,8 @@ validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer <dan
|
|||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
# https://github.com/dscharrer/innoextract/issues/88
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON -DUSE_LTO=OFF
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue