nein

LOW
maintainer RangS 0 votes scanned 2026-09-05 07:59:42.017587
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=nein
2_repo=Nein
3pkgver=1.1.0
4pkgrel=1
5pkgdesc="A simple nano like text editor written in Python"
6arch=('any')
7url="https://github.com/RangS-1/nein"
8license=('MIT')
9
10depends=(
11 'python'
12 'ncurses'
13)
14
15makedepends=(
16 'python-build'
17 'python-installer'
18 'python-wheel'
19 'python-setuptools'
20)
21
22source=(
23 "$pkgname-$pkgver.tar.gz::https://github.com/RangS-1/${_repo}/archive/refs/tags/v$pkgver.tar.gz"
24)
25
26sha256sums=('39ff4eea06300f291413385a03c8c1b2cb2bd80360554c69ef2e7950e942c885')
27
28build() {
29 cd "$srcdir/${_repo}-${pkgver}"
30 python -m build --wheel --no-isolation
31}
32
33package() {
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)SeverityRules
2026-09-05 07:59: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