thunk_gen
LOW
maintainer patlefort
0 votes
scanned 2026-09-23 17:40:40.806207
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: Patrick Northon <northon_patrick3@yahoo.ca>
2
3
pkgname=thunk_gen
4
pkgver=1.11
5
pkgrel=1
6
pkgdesc='Thunk generator for C and assembler code.'
7
url="https://github.com/stsp/${pkgname}"
8
license=('GPL-3.0-or-later')
9
depends=()
10
makedepends=('git' 'meson' 'ninja')
11
arch=('any')
12
sha256sums=('579f8bc5a6d090495a30ac6ac090bf62ce5633c1fbfefb1f087367d02970456a')
13
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
14
15
_srcdir="${pkgname}-${pkgver}"
16
17
build() {
18
arch-meson "$_srcdir" 'build'
19
meson compile -C 'build'
20
}
21
22
package() {
23
depends+=('python-ply')
24
meson install -C 'build' --destdir="$pkgdir"
25
install -Dm644 "$_srcdir/README.md" -t "${pkgdir}/usr/share/doc/${pkgname}"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 17:40:40 | Low | 1 |