bibata-material-cursor-theme-bin

LOW
maintainer yochananmarqos 0 votes scanned 2026-09-20 17:33:19.607430
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=bibata-material-cursor-theme-bin
3pkgver=1.4.0
4pkgrel=1
5pkgdesc="Bibata cursor themes using Material Design 3's tonal color system"
6arch=('any')
7url="https://github.com/SakibShahariar/material-bibata-cursor"
8license=('MIT')
9depends=('adwaita-cursors')
10provides=("${pkgname%-bin}")
11conflicts=("${pkgname%-bin}")
12options=('!strip')
13source=("$url/releases/download/v$pkgver/bibata-material-dark-v$pkgver.tar.gz"
14 "$url/releases/download/v$pkgver/bibata-material-light-v$pkgver.tar.gz"
15 "LICENSE-upstream::https://raw.githubusercontent.com/SakibShahariar/material-bibata-cursor/refs/tags/v$pkgver/LICENSE")
16sha256sums=('df68e79ef7a0cb87fc0a45adcce4f9c2ed2fe8f89f617459f26357ec5c8d8c78'
17 '8774d79a174aa6dd9a772454740eac582990eafd866d03f6432be95bcce0a863'
18 'f2088b19938f1e5a3e1049cf141130b410af889526c118898b80be581d7d926d')
19
20package() {
21 install -d "$pkgdir/usr/share/icons"
22 cp -a "bibata-material-dark-v$pkgver"/* "$pkgdir/usr/share/icons/"
23 cp -a "bibata-material-dark-v$pkgver"/* "$pkgdir/usr/share/icons/"
24
25 # Correct directory permissions
26 find "${pkgdir}" -type d -exec chmod -R 755 {} \;
27
28 install -Dm644 "$srcdir/LICENSE-upstream" \
29 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-20 17:33: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