aros-tools-bin

LOW
maintainer metaneutrons 0 votes scanned 2026-09-22 07:37:25.726029
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# Generated from verified aros-tools release manifests.
2# Source commit: a940dc435cc9d3710764263905651bd88dfa6449
3pkgname=aros-tools-bin
4pkgver=0.3.9
5pkgrel=1
6pkgdesc='Reproducible host-side build and development tools for AROS'
7arch=('x86_64' 'aarch64')
8url='https://github.com/metaneutrons/aros-tools'
9license=('GPL-3.0-or-later')
10depends=('glibc' 'gcc-libs' 'ca-certificates' 'cmake' 'curl' 'git' 'ninja' 'patch' 'python')
11provides=('aros-tools')
12conflicts=('aros-tools')
13options=('!strip')
14source_x86_64=('https://github.com/metaneutrons/aros-tools/releases/download/v0.3.9/aros-tools-v0.3.9-x86_64-unknown-linux-gnu.tar.gz')
15sha256sums_x86_64=('eb700e423db98bbe762383fc7eaf5604c04657e0f14c25220f1943a4cbf406a8')
16source_aarch64=('https://github.com/metaneutrons/aros-tools/releases/download/v0.3.9/aros-tools-v0.3.9-aarch64-unknown-linux-gnu.tar.gz')
17sha256sums_aarch64=('d3e1e7ed73febd5f88d7cd9bc3e19c0b18cf871a2c255dfb8a051a98363ee001')
18
19package() {
20 local target
21 case "$CARCH" in
22 x86_64) target='x86_64-unknown-linux-gnu' ;;
23 aarch64) target='aarch64-unknown-linux-gnu' ;;
24 *) return 1 ;;
25 esac
26 local root="$srcdir/aros-tools-v0.3.9-$target"
27 install -Dm755 "$root"/bin/* -t "$pkgdir/usr/bin"
28 install -Dm644 "$root/README.md" -t "$pkgdir/usr/share/doc/aros-tools"
29 install -Dm644 "$root/LICENSE" -t "$pkgdir/usr/share/licenses/aros-tools"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 07:37:25 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