qthash-git
LOW
maintainer vstyler96
0 votes
scanned 2026-09-25 07:10:52.990950
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
3
pkgname=qthash-git
4
_pkgname=qthash
5
pkgver=1.0.0.r0.3f82beb
6
pkgrel=1
7
pkgdesc="A Qt6 utility for computing message digests or checksums (fork of GtkHash)"
8
arch=('x86_64')
9
url="https://github.com/vstyler96/qthash"
10
license=('GPL-2.0-or-later')
11
depends=(
12
'glib2'
13
'hicolor-icon-theme'
14
'libb2'
15
'libblake3'
16
'libgcrypt'
17
'qt6-base'
18
'xxhash'
19
'zlib'
20
)
21
makedepends=(
22
'git'
23
'meson'
24
)
25
checkdepends=('desktop-file-utils')
26
provides=("$_pkgname")
27
conflicts=("$_pkgname")
28
source=("git+$url.git")
29
sha256sums=('SKIP')
30
31
pkgver() {
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
43
build() {
44
_make build
45
}
46
47
check() {
48
_make test
49
}
50
51
package() {
52
DESTDIR="$pkgdir" _make install
53
}
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 07:10:52 | Low | 1 |