qthash-git

LOW
maintainer vstyler96 0 votes scanned 2026-09-25 07:10:52.990950
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: Vicente G. Serrano <vstyler96 at gmail dot com>
2
3pkgname=qthash-git
4_pkgname=qthash
5pkgver=1.0.0.r0.3f82beb
6pkgrel=1
7pkgdesc="A Qt6 utility for computing message digests or checksums (fork of GtkHash)"
8arch=('x86_64')
9url="https://github.com/vstyler96/qthash"
10license=('GPL-2.0-or-later')
11depends=(
12 'glib2'
13 'hicolor-icon-theme'
14 'libb2'
15 'libblake3'
16 'libgcrypt'
17 'qt6-base'
18 'xxhash'
19 'zlib'
20)
21makedepends=(
22 'git'
23 'meson'
24)
25checkdepends=('desktop-file-utils')
26provides=("$_pkgname")
27conflicts=("$_pkgname")
28source=("git+$url.git")
29sha256sums=('SKIP')
30
31pkgver() {
32 cd "$_pkgname"
33 git describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
34}
35
36_make() {
37 # Same flags arch-meson would pass, fed through the project Makefile.
38 make -C "$_pkgname" BUILDDIR="$srcdir/build" PREFIX=/usr \
39 MESON_ARGS="--libexecdir=lib --sbindir=bin --buildtype=plain --auto-features=enabled --wrap-mode=nodownload -Db_pie=true" \
40 "$@"
41}
42
43build() {
44 _make build
45}
46
47check() {
48 _make test
49}
50
51package() {
52 DESTDIR="$pkgdir" _make install
53}
54

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 07:10:52 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