htmldnext-gdc

LOW
maintainer Vindex 0 votes scanned 2026-09-24 13:43:45.914206
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: Eugene 'Vindex' Stulin <tech.vindex@gmail.com>
2PROJECT=htmldnext
3BASE_NAME=htmldnext-gdc
4DESCR="A lightweight HTML parser with zero dependencies"
5makedepends=("bash" "pkg-config" "gcc-d")
6depends=("gcc-d")
7pkgver=0.4.1
8pkgrel=0
9license=("MIT")
10
11DC=gdc
12DC_PKG=gcc-d
13
14options=("staticlibs")
15
16pkgname=${PROJECT}-${DC}
17pkgdesc="${DESCR}, version for ${DC^^}"
18arch=("x86_64")
19url="https://gitlab.com/os-18/${PROJECT}"
20TARBALL=${BASE_NAME}-${pkgver}.tar.gz
21source=("$TARBALL::$url/-/archive/v$pkgver/${PROJECT}-v${pkgver}.tar.gz")
22sha256sums=("d4a764b9b029c2968ed5318606f25e3a43d71c005efdd75df4ec37185742e382")
23
24build() {
25 cd "${PROJECT}-v${pkgver}"
26 make DC=${DC} || return 1
27}
28
29package() {
30 cd "${PROJECT}-v${pkgver}"
31 make DESTDIR=$pkgdir PREFIX=usr install DC=${DC} || return 1
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 13:43:45 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