libastal-workspace-git
LOW
maintainer kotontrion
0 votes
scanned 2026-09-07 19:15:19.836787
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
3
pkgname=libastal-workspace-git
4
_pkgname=workspace
5
pkgver=r971.3a73801
6
pkgrel=1
7
provides=(astal-workspace libastal-workspace libastal-workspace.so=0-64)
8
pkgdesc="Library implementing the ext-workspace wayland protocol"
9
arch=(x86_64)
10
license=(LGPL-2.1-only)
11
url="https://github.com/Aylur/astal"
12
depends=(
13
glib2
14
glibc
15
json-glib
16
libastal-wl
17
quarrel
18
wayland
19
)
20
makedepends=(
21
meson
22
git
23
gobject-introspection
24
vala
25
wl-vapi-gen
26
)
27
groups=("libastal")
28
source=("git+${url}.git")
29
sha256sums=('SKIP')
30
31
pkgver() {
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
37
build() {
38
cd astal/lib/$_pkgname
39
arch-meson build
40
meson compile -C build
41
}
42
43
package() {
44
cd astal/lib/$_pkgname
45
meson install -C build --destdir "$pkgdir"
46
}
47
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 19:15:19 | Low | 1 |