surfn-arc-breeze-icons-git
LOW
maintainer orphaned
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: Erik Dubois <erik.dubois@gmail.com>
2
pkgname=surfn-arc-breeze-icons-git
3
pkgver=20.5
4
pkgrel=3
5
_destname="/usr/share/icons/"
6
pkgdesc="Surfn Arc Breeze icons are created to be used on Plasma with dark toolbar"
7
arch=('any')
8
url="https://github.com/erikdubois/surfn-arc-breeze"
9
license=('Attribution-NonCommercial-ShareAlike 4.0 International Public License')
10
makedepends=('git')
11
depends=('breeze-icons')
12
options=(!strip !emptydirs)
13
source=('Surfn::git+https://github.com/erikdubois/surfn-arc-breeze')
14
package() {
15
find ${srcdir}/Surfn/surfn-icons -type f -name "*.sh" -exec chmod 644 '{}' \;
16
install -dm 755 ${pkgdir}${_destname}
17
cp -r ${srcdir}/Surfn/surfn-icons/* ${pkgdir}${_destname}
18
}
19
md5sums=('SKIP')
20
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 01:33:35 | Low | 1 |