innex-git

LOW
maintainer oech3 0 votes scanned 2026-09-24 13:43:45.914206
View on AUR
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
2pkgname=innex-git
3pkgver=0.6.0.11.g1247890
4pkgver() {
5 cd inno
6 git describe --long --tags | sed -e "s/v//" -e 's/-alpha-/.r/' -e 's/\-/\./g'
7}
8pkgrel=1
9pkgdesc="Extract Inno Setup installers"
10url=https://github.com/russellbanks/inno
11license=('MIT')
12arch=('x86_64')
13depends=(libgcc glibc zlib)
14makedepends=(git rust pkgconf)
15conflicts=(innex)
16provides=(innex)
17source=("git+${url}")
18b2sums=('SKIP')
19
20build(){
21 cd inno
22 cargo build --release
23}
24
25package(){
26 cd inno
27 install -Dm755 target/release/innex -t "$pkgdir"/usr/bin
28 install -Dm644 LICENSE-{APACHE,MIT}.md -t "$pkgdir"/usr/share/licenses/${pkgname}
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 13:43:45 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion