aros-tools-bin
LOW
maintainer metaneutrons
0 votes
scanned 2026-09-22 07:37:25.726029
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
3
pkgname=aros-tools-bin
4
pkgver=0.3.9
5
pkgrel=1
6
pkgdesc='Reproducible host-side build and development tools for AROS'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/metaneutrons/aros-tools'
9
license=('GPL-3.0-or-later')
10
depends=('glibc' 'gcc-libs' 'ca-certificates' 'cmake' 'curl' 'git' 'ninja' 'patch' 'python')
11
provides=('aros-tools')
12
conflicts=('aros-tools')
13
options=('!strip')
14
source_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')
15
sha256sums_x86_64=('eb700e423db98bbe762383fc7eaf5604c04657e0f14c25220f1943a4cbf406a8')
16
source_aarch64=('https://github.com/metaneutrons/aros-tools/releases/download/v0.3.9/aros-tools-v0.3.9-aarch64-unknown-linux-gnu.tar.gz')
17
sha256sums_aarch64=('d3e1e7ed73febd5f88d7cd9bc3e19c0b18cf871a2c255dfb8a051a98363ee001')
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-22 07:37:25 | Low | 1 |