fontbm

MEDIUM
maintainer i8degrees 0 votes scanned 2026-08-20 01:42:48.230657
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Giuseppe Sellaroli <g.sellaroli at yahoo dot it>
2pkgname=fontbm
3pkgver=0.5.0
4pkgrel=1
5pkgdesc="BMFont compatible command line bitmap font generator."
6arch=('x86_64')
7url="https://github.com/vladimirgamalyan/fontbm"
8license=('MIT')
9depends=('freetype2')
10makedepends=('cmake')
11source=("https://github.com/vladimirgamalyan/fontbm/archive/refs/tags/v${pkgver}.tar.gz")
12md5sums=('76a242e85067acc2cbc6983ade15d1d7')
13
14build() {
15 cd "${pkgname}-${pkgver}"
16 cmake .
17 make
18}
19
20package() {
21 install -dm755 "${pkgdir}/usr/bin"
22 install -m755 "${srcdir}/${pkgname}-${pkgver}/fontbm" "${pkgdir}/usr/bin/fontbm"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 01:42:48 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion