nein
LOW
maintainer RangS
0 votes
scanned 2026-09-05 07:59:42.017587
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
pkgname=nein
2
_repo=Nein
3
pkgver=1.1.0
4
pkgrel=1
5
pkgdesc="A simple nano like text editor written in Python"
6
arch=('any')
7
url="https://github.com/RangS-1/nein"
8
license=('MIT')
9
10
depends=(
11
'python'
12
'ncurses'
13
)
14
15
makedepends=(
16
'python-build'
17
'python-installer'
18
'python-wheel'
19
'python-setuptools'
20
)
21
22
source=(
23
"$pkgname-$pkgver.tar.gz::https://github.com/RangS-1/${_repo}/archive/refs/tags/v$pkgver.tar.gz"
24
)
25
26
sha256sums=('39ff4eea06300f291413385a03c8c1b2cb2bd80360554c69ef2e7950e942c885')
27
28
build() {
29
cd "$srcdir/${_repo}-${pkgver}"
30
python -m build --wheel --no-isolation
31
}
32
33
package() {
34
cd "$srcdir/${_repo}-${pkgver}"
35
36
python -m installer \
37
--destdir="$pkgdir" \
38
dist/*.whl
39
40
install -Dm644 LICENSE \
41
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
42
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 07:59:42 | Low | 1 |