highlightforge
LOW
maintainer user14923929
1 votes
scanned 2026-08-30 19:44:01.063593
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
# Maintainer: user14923929 <user14923929@users.noreply.github.com>
2
pkgname=highlightforge
3
pkgver=1.0.1
4
pkgrel=1
5
pkgdesc="Convert source code files into syntax-highlighted HTML"
6
arch=('any')
7
url="https://github.com/user14923929/highlightforge"
8
license=('GPL3')
9
depends=('python' 'python-pygments')
10
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('86bb947a89c80b166f6ce46d5f48f47eedae5a35630ad639f718d37e227909dc')
13
14
build() {
15
cd "$pkgname-$pkgver"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
20
cd "$pkgname-$pkgver"
21
python -m installer --destdir="$pkgdir" dist/*.whl
22
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Low | 1 |