freebasic-ng-bin

LOW
maintainer metaneutrons 0 votes scanned 2026-09-12 01:24:32.088301
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 by scripts/release/generate-pkgbuild-bin.sh. Do not edit.
2# Maintainer: metaneutrons <https://github.com/metaneutrons>
3pkgname=freebasic-ng-bin
4pkgver=1.22.3
5pkgrel=1
6pkgdesc="FreeBASIC-NG compiler (prebuilt release)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/metaneutrons/freebasic-ng"
9license=('GPL-2.0-or-later' 'LGPL-2.1-or-later')
10depends=('gcc' 'binutils' 'ncurses' 'libx11' 'gpm' 'libffi')
11options=('staticlibs')
12conflicts=('freebasic' 'freebasic-ng')
13source=("freebasic-ng-$pkgver-source.tar.gz::https://github.com/metaneutrons/freebasic-ng/releases/download/v1.22.3/freebasic-ng-1.22.3-source.tar.gz")
14source_x86_64=("freebasic-ng-$pkgver-linux-x86_64.tar.xz::https://github.com/metaneutrons/freebasic-ng/releases/download/v1.22.3/freebasic-ng-1.22.3-linux-x86_64.tar.xz")
15source_aarch64=("freebasic-ng-$pkgver-linux-aarch64.tar.xz::https://github.com/metaneutrons/freebasic-ng/releases/download/v1.22.3/freebasic-ng-1.22.3-linux-aarch64.tar.xz")
16sha256sums=('f1eb7c89f9dac130b99ab5748ca5094ad5b8b7951988fcf6b03243e6e56c25d9')
17sha256sums_x86_64=('7a52857969ee3a471f38c1717c1beb0382789d14cbb24cca26c1b65a6e5d50fb')
18sha256sums_aarch64=('1322d49d5076214485eaf563f02d08c14870a6363110924d9053c414f62398bd')
19
20package() {
21 local target root
22 case "$CARCH" in
23 x86_64) target=linux-x86_64 ;;
24 aarch64) target=linux-aarch64 ;;
25 *) echo "unsupported architecture: $CARCH" >&2; return 1 ;;
26 esac
27 root="freebasic-ng-$pkgver-$target"
28 [[ -x "$root/bin/fbc" ]] || { echo "missing $root/bin/fbc" >&2; return 1; }
29 install -d "$pkgdir/usr"
30 cp -a "$root/bin" "$pkgdir/usr/"
31 cp -a "$root/include" "$pkgdir/usr/"
32 cp -a "$root/lib" "$pkgdir/usr/"
33 install -Dm644 "freebasic-ng-$pkgver/LICENSE.md" \
34 "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 01:24:32 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