freebasic-ng
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-source.sh. Do not edit.
2
# Maintainer: metaneutrons <https://github.com/metaneutrons>
3
pkgname=freebasic-ng
4
pkgver=1.22.3
5
pkgrel=1
6
pkgdesc="FreeBASIC-NG compiler"
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')
11
makedepends=('cmake' 'ninja' 'python' 'libx11' 'gpm' 'libffi')
12
# fbc invokes ld directly, so its runtime archives must not contain LTO IR.
13
options=('!lto' 'staticlibs')
14
conflicts=('freebasic' 'freebasic-ng-bin')
15
source=("$pkgname-$pkgver.tar.gz::https://github.com/metaneutrons/freebasic-ng/releases/download/v1.22.3/freebasic-ng-1.22.3-source.tar.gz")
16
sha256sums=('f1eb7c89f9dac130b99ab5748ca5094ad5b8b7951988fcf6b03243e6e56c25d9')
17
18
build() {
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
24
check() {
25
./build/src/compiler/fbc --version | grep -F "Version $pkgver"
26
}
27
28
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-12 01:24:32 | Low | 1 |