surfn-arched-icons-git
LOW
maintainer xythrez
0 votes
scanned 2026-09-21 01:33:35.892786
Why flagged
The package builds an icon theme from a specific Git commit of a known repository; the source is non-executable data, and while the checksum is skipped, the risk is low as icons cannot execute code.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds an icon theme from a specific Git commit of a known repository; the source is non-executable data, and while the checksum is skipped, the risk is low as icons cannot execute code.
PKGBUILD
1
# Maintainer: Yiyao Yu <yuydevel at protonmail dot com>
2
# Contributor: Erik Dubois <erik.dubois@gmail.com>
3
pkgname=surfn-arched-icons-git
4
_pkgname=Surfn-Arched
5
pkgver=25.04.01.r1.g72178d5f
6
pkgrel=1
7
pkgdesc='Surfn Arched, a colourful icon theme'
8
arch=('any')
9
url='https://github.com/erikdubois/Surfn'
10
license=('CC-BY-NC-SA-4.0')
11
depends=('surfn-icons-git')
12
makedepends=('git')
13
options=(!strip !emptydirs)
14
# Last commit containing this variant; the split repository is unavailable.
15
_commit=72178d5f93e73334fb38fff9e3c47b206ec47c18
16
source=("${_pkgname}::git+${url}.git#commit=${_commit}")
17
sha256sums=('SKIP')
18
19
pkgver() {
20
cd "${_pkgname}"
21
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
22
}
23
24
package() {
25
cd "${srcdir}/${_pkgname}/surfn-icons"
26
27
# Delete build scripts and caches regenerated by the system icon-cache hook.
28
find "${_pkgname}" -type f \( -name '*.sh' -o -name 'icon-theme.cache' \) -delete
29
30
install -dm 755 "${pkgdir}/usr/share/icons/"
31
cp -r "${_pkgname}" "${pkgdir}/usr/share/icons/"
32
}
33
34
# vim:set et ts=2 sw=2 tw=79:
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 01:33:35 | Low | 2 |