iso-profiles-git
LOW
maintainer ilovemikael
0 votes
scanned 2026-08-31 09:44:49.557175
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: artoo <artoo@artixlinux.org>
2
# Maintainer: nous <nous@artixlinux.org>
3
4
pkgname=iso-profiles-git
5
pkgver=2026.08
6
pkgrel=1
7
pkgdesc='Artix iso profiles'
8
arch=('any')
9
license=('GPL')
10
url='https://gitea.artixlinux.org/artix/iso-profiles'
11
makedepends=('git')
12
source=("git+$url.git")
13
sha256sums=('SKIP')
14
conflicts=("${pkgname%-git}")
15
provides=("${pkgname%-git}")
16
17
pkgver() {
18
date +%Y.%m
19
}
20
21
package() {
22
cd "${pkgname%-git}"
23
install -d "${pkgdir}"/usr/share/artools/iso-profiles
24
cp -a {base,common,plasma,cinnamon,lxde,lxqt,mate,moksha,xfce} "${pkgdir}"/usr/share/artools/iso-profiles
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 09:44:49 | Low | 1 |