neo-writing

LOW
maintainer nathanchere 0 votes scanned 2026-09-27 03:16:18.279095
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: Nathan Chere <aur@nathanchere.com.au>
2pkgname=neo-writing
3_appname=neo
4pkgver=0.8.1
5pkgrel=1
6pkgdesc="A distraction-free word processor for authors"
7arch=('x86_64')
8url="https://github.com/hughhowey/neo"
9license=('MIT')
10depends=('electron43')
11makedepends=('git' 'npm')
12source=("${_appname}::git+${url}.git#tag=v${pkgver}")
13sha256sums=('df84f548b5b65ab4ecc6a1c796dd118094ab0f52abb162c6e3ecc154cb311348')
14options=('!strip')
15
16build() {
17 cd "$srcdir/$_appname"
18 npm ci --omit=dev --ignore-scripts --no-audit
19}
20
21package() {
22 cd "$srcdir/$_appname"
23
24 local _appdir="$pkgdir/usr/lib/$pkgname"
25 install -dm755 "$_appdir"
26 install -Dm644 package.json "$_appdir/package.json"
27 install -Dm644 *.js index.html styles.css "$_appdir/"
28 cp -a fonts node_modules "$_appdir/"
29
30 install -Dm755 /dev/stdin "$pkgdir/usr/bin/neo-writing" <<'EOF'
31#!/bin/sh
32exec /usr/bin/electron43 /usr/lib/neo-writing "$@"
33EOF
34 install -Dm644 build/icon.png "$pkgdir/usr/share/icons/hicolor/1024x1024/apps/neo-writing.png"
35 install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/neo-writing.desktop" <<'EOF'
36[Desktop Entry]
37Type=Application
38Name=NEO
39Comment=A distraction-free word processor for authors
40Exec=neo-writing
41Icon=neo-writing
42Terminal=false
43Categories=Office;WordProcessor;
44EOF
45 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
46 cp -a fonts/LICENSE-* "$pkgdir/usr/share/licenses/$pkgname/"
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 03:16:18 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