nusget

LOW
maintainer Harryhaha 0 votes scanned 2026-08-25 13:26:42.022164
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

1# Maintainer: Harryhaha <harry_haha@foxmail.com>
2
3pkgname=nusget
4pkgver=1.5.3
5pkgrel=1
6pkgdesc='A modern and supercharged NUS downloader built with Python and Qt6.'
7url='https://github.com/NinjaCheetah/NUSGet'
8license=('MIT')
9arch=('x86_64')
10provides=("${pkgname}")
11conflicts=("${pkgname}" "${pkgname}-git")
12depends=('pyside6' 'python-libwiipy' 'python-libtwlpy' 'python-zstandard' 'python-requests' 'python-imageio')
13
14source=("${url}/archive/refs/tags/v${pkgver}.tar.gz"
15 "nusget.sh"
16 "NUSGet.desktop")
17
18sha256sums=('80bcaf206c9887a2a13d558d24af2585e966c04ddf10f4727b89a548ecd80bb6'
19 '54028ef9c52d91c84e516e41610b0a41460f5c9281ac8cd6ec3fe9d2e342b09a'
20 'b716b8e601b673029646be7bac936eb1f2829329dbb826da96be830223b94e72')
21
22package() {
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)SeverityRules
2026-08-25 13:26:42 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