surfn-arch-blue-icons-git
LOW
maintainer xythrez
0 votes
scanned 2026-09-21 01:33:35.892786
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>
3
pkgname=surfn-arch-blue-icons-git
4
_pkgname=Surfn-Arch-Blue
5
pkgver=r3.041e202
6
pkgrel=1
7
pkgdesc='Surfn Arch Blue, a colourful icon theme'
8
arch=('any')
9
url='https://github.com/erikdubois/surfn-arch-blue'
10
license=('CC-BY-NC-SA-4.0')
11
depends=('surfn-icons-git')
12
makedepends=('git')
13
options=(!strip !emptydirs)
14
source=("${_pkgname}::git+${url}.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "${_pkgname}"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-21 01:33:35 | Low | 1 |