fontbm
MEDIUM
maintainer i8degrees
0 votes
scanned 2026-08-20 01:42:48.230657
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>
2
pkgname=fontbm
3
pkgver=0.5.0
4
pkgrel=1
5
pkgdesc="BMFont compatible command line bitmap font generator."
6
arch=('x86_64')
7
url="https://github.com/vladimirgamalyan/fontbm"
8
license=('MIT')
9
depends=('freetype2')
10
makedepends=('cmake')
11
source=("https://github.com/vladimirgamalyan/fontbm/archive/refs/tags/v${pkgver}.tar.gz")
12
md5sums=('76a242e85067acc2cbc6983ade15d1d7')
13
14
build() {
15
cd "${pkgname}-${pkgver}"
16
cmake .
17
make
18
}
19
20
package() {
21
install -dm755 "${pkgdir}/usr/bin"
22
install -m755 "${srcdir}/${pkgname}-${pkgver}/fontbm" "${pkgdir}/usr/bin/fontbm"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 01:42:48 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |