surfn-luv-icons-git

LOW
maintainer xythrez 0 votes scanned 2026-09-21 01:33:35.892786
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: Yiyao Yu <yuydevel at protonmail dot com>
2# Contributor: Erik Dubois <erik.dubois@gmail.com>
3pkgname=surfn-luv-icons-git
4_pkgname=Surfn-Luv
5pkgver=r3.a7e0121
6pkgrel=1
7pkgdesc='Surfn Luv, a colourful icon theme'
8arch=('any')
9url='https://github.com/erikdubois/surfn-luv'
10license=('CC-BY-NC-SA-4.0')
11depends=('surfn-icons-git')
12makedepends=('git')
13options=(!strip !emptydirs)
14source=("${_pkgname}::git+${url}.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "${_pkgname}"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22package() {
23 cd "${srcdir}/${_pkgname}/usr/share/icons"
24
25 # Delete build scripts and caches regenerated by the system icon-cache hook.
26 find "${_pkgname}" -type f \( -name '*.sh' -o -name 'icon-theme.cache' \) -delete
27
28 install -dm 755 "${pkgdir}/usr/share/icons/"
29 cp -r "${_pkgname}" "${pkgdir}/usr/share/icons/"
30}
31
32# vim:set et ts=2 sw=2 tw=79:
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 01:33:35 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