libastal-workspace-git

LOW
maintainer kotontrion 0 votes scanned 2026-09-07 19:15:19.836787
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: kotontrion <kotontrion@kotontrion.net>
2
3pkgname=libastal-workspace-git
4_pkgname=workspace
5pkgver=r971.3a73801
6pkgrel=1
7provides=(astal-workspace libastal-workspace libastal-workspace.so=0-64)
8pkgdesc="Library implementing the ext-workspace wayland protocol"
9arch=(x86_64)
10license=(LGPL-2.1-only)
11url="https://github.com/Aylur/astal"
12depends=(
13 glib2
14 glibc
15 json-glib
16 libastal-wl
17 quarrel
18 wayland
19)
20makedepends=(
21 meson
22 git
23 gobject-introspection
24 vala
25 wl-vapi-gen
26)
27groups=("libastal")
28source=("git+${url}.git")
29sha256sums=('SKIP')
30
31pkgver() {
32 cd astal
33 #git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
34 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
35}
36
37build() {
38 cd astal/lib/$_pkgname
39 arch-meson build
40 meson compile -C build
41}
42
43package() {
44 cd astal/lib/$_pkgname
45 meson install -C build --destdir "$pkgdir"
46}
47
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 19:15:19 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