innoextract-crazy-max
LOW
maintainer lufog
0 votes
scanned 2026-08-27 21:33:25.272816
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Aleksey Smirnov <debugger94 at gmail dot com>
2
3
_pkgname=innoextract
4
pkgname=${_pkgname}-crazy-max
5
pkgver=1.13.0
6
pkgrel=1
7
pkgdesc="A tool to extract installers created by Inno Setup - crazy-max fork"
8
url='https://github.com/crazy-max/innoextract'
9
arch=('x86_64')
10
license=('ZLIB')
11
depends=('boost-libs' 'xz')
12
makedepends=('boost' 'cmake' 'git')
13
provides=($_pkgname)
14
conflicts=($_pkgname{,-git,-bin} $pkgname-{git,bin})
15
source=($_pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v$pkgver.tar.gz)
16
sha256sums=('f41b8afcd51d81b2be8cef58004ce88d64337e1092617cfa3f3de350834e0961')
17
18
build() {
19
cd "$_pkgname-$pkgver"
20
21
cmake . -DCMAKE_INSTALL_PREFIX=/usr
22
make
23
}
24
25
package() {
26
cd "$_pkgname-$pkgver"
27
make DESTDIR="$pkgdir/" install
28
29
install -Dm644 README.md "$pkgdir/usr/share/doc/$_pkgname/README.md"
30
install -m644 CHANGELOG "$pkgdir/usr/share/doc/$_pkgname/CHANGELOG"
31
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 21:33:25 | Low | 1 |