neon-icon-theme
LOW
maintainer Akrata
0 votes
scanned 2026-09-27 03:16:18.279095
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: Akrata
2
pkgname=neon-icon-theme
3
pkgver=3.0.0
4
pkgrel=1
5
pkgdesc="Line icon theme featuring soft pastel colors for dark themes"
6
arch=("any")
7
url="https://github.com/Akr4ta/neon-icon-theme"
8
license=("GPL3")
9
makedepends=(git)
10
optdepends=('papirus-icon-theme: for icons that might be missing')
11
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Akr4ta/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
12
sha256sums=('9179e220d1c6018873c2a94435c8bb9aa6955842c5d6ecf8f7d02cad5eb22a08')
13
14
package() {
15
cd "${srcdir}/${pkgname}-${pkgver}"
16
17
install -dm755 "${pkgdir}/usr/share/icons/"
18
cp -r neon "${pkgdir}/usr/share/icons/"
19
cp -r neon-anarchy "${pkgdir}/usr/share/icons/"
20
cp -r neon-anarchy-op2 "${pkgdir}/usr/share/icons/"
21
}
22
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 03:16:18 | Low | 1 |