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