venus-protocol-git

LOW
maintainer orphaned 0 votes scanned 2026-09-09 15:19:51.016417
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: Lone_Wolf <lone_wolf@klaas-de-kat.nl>
2
3pkgname=venus-protocol-git
4pkgdesc="Virtio-GPU protocol for Vulkan command serialization"
5pkgver=r378.3b74c14
6pkgrel=1
7arch=('any')
8makedepends=(
9 git meson ninja python-mako
10)
11depends=(
12)
13provides=(venus-protocol)
14conflicts=(
15 venus-protocol
16)
17url="https://docs.mesa3d.org/drivers/venus.html"
18license=('LicenseRef-unknown')
19source=(
20 'venus-protocol-git::git+https://gitlab.freedesktop.org/virgl/venus-protocol.git'
21)
22sha256sums=('SKIP'
23)
24
25
26pkgver() {
27 cd $pkgname
28 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
29}
30
31build () {
32
33 meson setup $pkgname _build
34 meson configure --no-pager _build
35 meson compile -C _build
36}
37
38package() {
39 meson install -C _build --destdir "$pkgdir"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 15:19:51 Low 1
2026-08-12 00:27:08 Clean 2
2026-08-11 17:21:34 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