highlightforge

LOW
maintainer user14923929 1 votes scanned 2026-08-30 19:44:01.063593
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# Maintainer: user14923929 <user14923929@users.noreply.github.com>
2pkgname=highlightforge
3pkgver=1.0.1
4pkgrel=1
5pkgdesc="Convert source code files into syntax-highlighted HTML"
6arch=('any')
7url="https://github.com/user14923929/highlightforge"
8license=('GPL3')
9depends=('python' 'python-pygments')
10makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('86bb947a89c80b166f6ce46d5f48f47eedae5a35630ad639f718d37e227909dc')
13
14build() {
15 cd "$pkgname-$pkgver"
16 python -m build --wheel --no-isolation
17}
18
19package() {
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)SeverityRules
2026-08-30 19:44:01 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