thunk_gen

LOW
maintainer patlefort 0 votes scanned 2026-09-23 17:40:40.806207
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# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
2
3pkgname=thunk_gen
4pkgver=1.11
5pkgrel=1
6pkgdesc='Thunk generator for C and assembler code.'
7url="https://github.com/stsp/${pkgname}"
8license=('GPL-3.0-or-later')
9depends=()
10makedepends=('git' 'meson' 'ninja')
11arch=('any')
12sha256sums=('579f8bc5a6d090495a30ac6ac090bf62ce5633c1fbfefb1f087367d02970456a')
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
14
15_srcdir="${pkgname}-${pkgver}"
16
17build() {
18 arch-meson "$_srcdir" 'build'
19 meson compile -C 'build'
20}
21
22package() {
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)SeverityRules
2026-09-23 17:40:40 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