hardv

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-21 21:36:21.639675
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# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=hardv
5pkgver=5.0.0_alpha.2
6pkgrel=1
7pkgdesc="A CLI flashcard app for UNIX-compatible systems, conforming to the UNIX philosophy"
8arch=('x86_64')
9url="https://github.com/dongyx/hardv"
10license=('MIT')
11depends=('glibc')
12makedepends=('gcc' 'make')
13_tag="v5.0.0-alpha.2"
14_srcdir="hardv-5.0.0-alpha.2"
15source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/dongyx/hardv/tar.gz/refs/tags/$_tag")
16sha256sums=('4e4f4816a3793b18e276aa747d6f2406aa621f62017d1120ec077c6ee25f1493')
17function build() {
18 cd "$_srcdir"
19 export CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=700"
20 make prefix=/usr
21}
22function package() {
23 cd "$_srcdir"
24 mkdir -p "$pkgdir/usr/share/man/man1"
25 make prefix=/usr DESTDIR="$pkgdir" install
26 if [ -f LICENSE ]; then
27 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28 fi
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 21:36:21 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