kotsasmin-toolkit-git

LOW
maintainer Kotsasmin 1 votes scanned 2026-09-07 17:15:15.263748
View on AUR
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

1pkgname=kotsasmin-toolkit-git
2pkgver=r20.e3185c8
3pkgrel=1
4pkgdesc="A collection of system optimization, security, and media scripts"
5arch=('any')
6url="https://github.com/Kotsasmin/toolkit"
7license=('MIT')
8depends=('bash')
9optdepends=(
10 'yt-dlp: for media downloader'
11 'ffmpeg: for media downloader'
12 'docker: for security container audits'
13 'npm: for node vulnerability audits'
14 'screen: for running SCX P2DQ in background'
15)
16makedepends=('git')
17provides=('kotsasmin-toolkit' 'toolkit')
18conflicts=('kotsasmin-toolkit' 'toolkit')
19source=("git+https://github.com/Kotsasmin/toolkit.git"
20 "toolkit.sh")
21sha256sums=('SKIP'
22 'SKIP')
23
24pkgver() {
25 cd "${srcdir}/toolkit"
26 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
27}
28
29package() {
30 cd "${srcdir}/toolkit"
31
32 install -dm755 "${pkgdir}/usr/lib/toolkit"
33 cp -r media optimization ptero security "${pkgdir}/usr/lib/toolkit/"
34 install -Dm755 "${srcdir}/toolkit.sh" "${pkgdir}/usr/lib/toolkit/toolkit.sh"
35
36 install -dm755 "${pkgdir}/usr/bin"
37 ln -s /usr/lib/toolkit/toolkit.sh "${pkgdir}/usr/bin/toolkit"
38 ln -s /usr/lib/toolkit/toolkit.sh "${pkgdir}/usr/bin/kotsasmin-toolkit"
39
40 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
41 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 17:15:15 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion