cosmic-osk-git

LOW
maintainer yochananmarqos 0 votes scanned 2026-09-18 19:28:54.129711
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: Mark Wagie <mark dot wagie at proton dot me>
2pkgname=cosmic-osk-git
3pkgver=r52.d7b66a2
4pkgrel=1
5pkgdesc="COSMIC On-Screen Keyboard"
6arch=('x86_64' 'aarch64')
7url="https://github.com/pop-os/cosmic-osk"
8license=('GPL-3.0-only')
9depends=(
10 'cosmic-icons-git'
11 'libxkbcommon'
12 'systemd-libs'
13)
14makedepends=(
15 'cargo'
16 'git'
17 'just'
18 'mold'
19)
20provides=("${pkgname%-git}")
21conflicts=("${pkgname%-git}")
22source=('git+https://github.com/pop-os/cosmic-osk.git')
23sha256sums=('SKIP')
24
25pkgver() {
26 cd "${pkgname%-git}"
27 # git describe --long --tags --abbrev=7 | sed 's/^epoch-//;s/\([^-]*-g\)/r\1/;s/-/./g'
28 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
29}
30
31prepare() {
32 cd "${pkgname%-git}"
33 export RUSTUP_TOOLCHAIN=stable
34 cargo fetch --locked --target host-tuple
35}
36
37build() {
38 cd "${pkgname%-git}"
39 export RUSTUP_TOOLCHAIN=stable
40
41 # use mold instead of lld to speed up build
42 RUSTFLAGS+=" -C link-arg=-fuse-ld=mold"
43
44 # use nice to build with lower priority
45 nice just build-release --frozen
46}
47
48package() {
49 cd "${pkgname%-git}"
50 just rootdir="$pkgdir" install
51}
52

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 19:28:54 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