nusget
LOW
maintainer Harryhaha
0 votes
scanned 2026-08-25 13:26:42.022164
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: Harryhaha <harry_haha@foxmail.com>
2
3
pkgname=nusget
4
pkgver=1.5.3
5
pkgrel=1
6
pkgdesc='A modern and supercharged NUS downloader built with Python and Qt6.'
7
url='https://github.com/NinjaCheetah/NUSGet'
8
license=('MIT')
9
arch=('x86_64')
10
provides=("${pkgname}")
11
conflicts=("${pkgname}" "${pkgname}-git")
12
depends=('pyside6' 'python-libwiipy' 'python-libtwlpy' 'python-zstandard' 'python-requests' 'python-imageio')
13
14
source=("${url}/archive/refs/tags/v${pkgver}.tar.gz"
15
"nusget.sh"
16
"NUSGet.desktop")
17
18
sha256sums=('80bcaf206c9887a2a13d558d24af2585e966c04ddf10f4727b89a548ecd80bb6'
19
'54028ef9c52d91c84e516e41610b0a41460f5c9281ac8cd6ec3fe9d2e342b09a'
20
'b716b8e601b673029646be7bac936eb1f2829329dbb826da96be830223b94e72')
21
22
package() {
23
cd "${srcdir}"
24
install -Dm 755 nusget.sh "${pkgdir}/usr/bin/nusget"
25
install -Dm 644 "NUSGet-${pkgver}/packaging/icon.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/NUSGet.png"
26
install -Dm 755 NUSGet.desktop -t "${pkgdir}/usr/share/applications/"
27
cd "NUSGet-${pkgver}"
28
find . -type d -exec install -d {} "${pkgdir}/opt/${pkgname}/"{} \;
29
find . -type f -exec install -Dm 644 {} "${pkgdir}/opt/${pkgname}/"{} \;
30
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 13:26:42 | Low | 1 |