freebasic-ng-bin
LOW
maintainer metaneutrons
0 votes
scanned 2026-09-12 01:24:32.088301
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>
3
pkgname=freebasic-ng-bin
4
pkgver=1.22.3
5
pkgrel=1
6
pkgdesc="FreeBASIC-NG compiler (prebuilt release)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/metaneutrons/freebasic-ng"
9
license=('GPL-2.0-or-later' 'LGPL-2.1-or-later')
10
depends=('gcc' 'binutils' 'ncurses' 'libx11' 'gpm' 'libffi')
11
options=('staticlibs')
12
conflicts=('freebasic' 'freebasic-ng')
13
source=("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")
14
source_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")
15
source_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")
16
sha256sums=('f1eb7c89f9dac130b99ab5748ca5094ad5b8b7951988fcf6b03243e6e56c25d9')
17
sha256sums_x86_64=('7a52857969ee3a471f38c1717c1beb0382789d14cbb24cca26c1b65a6e5d50fb')
18
sha256sums_aarch64=('1322d49d5076214485eaf563f02d08c14870a6363110924d9053c414f62398bd')
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-12 01:24:32 | Low | 1 |