bibata-material-cursor-theme-bin
LOW
maintainer yochananmarqos
0 votes
scanned 2026-09-20 17:33:19.607430
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>
2
pkgname=bibata-material-cursor-theme-bin
3
pkgver=1.4.0
4
pkgrel=1
5
pkgdesc="Bibata cursor themes using Material Design 3's tonal color system"
6
arch=('any')
7
url="https://github.com/SakibShahariar/material-bibata-cursor"
8
license=('MIT')
9
depends=('adwaita-cursors')
10
provides=("${pkgname%-bin}")
11
conflicts=("${pkgname%-bin}")
12
options=('!strip')
13
source=("$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")
16
sha256sums=('df68e79ef7a0cb87fc0a45adcce4f9c2ed2fe8f89f617459f26357ec5c8d8c78'
17
'8774d79a174aa6dd9a772454740eac582990eafd866d03f6432be95bcce0a863'
18
'f2088b19938f1e5a3e1049cf141130b410af889526c118898b80be581d7d926d')
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-20 17:33:19 | Low | 1 |