freebasic-ng

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-source.sh. Do not edit.
2# Maintainer: metaneutrons <https://github.com/metaneutrons>
3pkgname=freebasic-ng
4pkgver=1.22.3
5pkgrel=1
6pkgdesc="FreeBASIC-NG compiler"
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')
11makedepends=('cmake' 'ninja' 'python' 'libx11' 'gpm' 'libffi')
12# fbc invokes ld directly, so its runtime archives must not contain LTO IR.
13options=('!lto' 'staticlibs')
14conflicts=('freebasic' 'freebasic-ng-bin')
15source=("$pkgname-$pkgver.tar.gz::https://github.com/metaneutrons/freebasic-ng/releases/download/v1.22.3/freebasic-ng-1.22.3-source.tar.gz")
16sha256sums=('f1eb7c89f9dac130b99ab5748ca5094ad5b8b7951988fcf6b03243e6e56c25d9')
17
18build() {
19 cmake -S "freebasic-ng-1.22.3" -B build -G Ninja \
20 -DCMAKE_BUILD_TYPE=Release -DFB_BUILD_GFXLIB=OFF
21 cmake --build build
22}
23
24check() {
25 ./build/src/compiler/fbc --version | grep -F "Version $pkgver"
26}
27
28package() {
29 DESTDIR="$pkgdir" cmake --install build --prefix /usr
30 install -Dm644 "freebasic-ng-1.22.3/LICENSE.md" \
31 "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
32}
33

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