md-notes-bin

LOW
maintainer davison 0 votes scanned 2026-09-19 19:30:45.969940
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: Darren Davison <darren@davisononline.org>
2# Rendered by scripts/aurgen in davison/md-notes, from the version and the
3# SHA256SUMS of a GitHub Release. Edit the renderer, not this file.
4pkgname=md-notes-bin
5pkgver=0.1.0
6pkgrel=1
7pkgdesc='Turns folders of markdown files into a notes application in the browser'
8arch=('x86_64' 'aarch64')
9url='https://github.com/davison/md-notes'
10license=('MIT')
11depends=('ripgrep')
12optdepends=('xdg-utils: mdn open launches a browser')
13provides=("md-notes=$pkgver")
14conflicts=('md-notes')
15# The binary is the release's own, already stripped at link time (-s -w): left
16# alone it is byte-identical to the asset SHA256SUMS covers, and there is no
17# debug package to be made from it.
18options=('!strip' '!debug')
19install=md-notes-bin.install
20source=("md-notes-$pkgver-LICENSE::https://raw.githubusercontent.com/davison/md-notes/v$pkgver/LICENSE"
21 "md-notes-$pkgver-mdn.service::https://raw.githubusercontent.com/davison/md-notes/v$pkgver/contrib/mdn.service")
22sha256sums=('77c8ed0935bc59cf1ec2619e1884eccea49ebef7dcf3d53ae94f685fdcdf9747'
23 'c8033346d331ac96661df0ba74bb8dba3ee8b42af75dbf58414e8798632f31e1')
24source_x86_64=("md-notes-$pkgver-mdn::https://github.com/davison/md-notes/releases/download/v$pkgver/mdn-v$pkgver-linux-amd64")
25sha256sums_x86_64=('b66eebd9155192e034f391442e6b4bcecfff33164ba937463e2169b5bbd062a8')
26source_aarch64=("md-notes-$pkgver-mdn::https://github.com/davison/md-notes/releases/download/v$pkgver/mdn-v$pkgver-linux-arm64")
27sha256sums_aarch64=('ed0a1f53ebbea0406d1b55dfecc9a61c76a0f6437b4bb3d5bd25c0a5ab927d32')
28
29package() {
30 install -Dm755 "$srcdir/md-notes-$pkgver-mdn" "$pkgdir/usr/bin/mdn"
31 # Verbatim, byte for byte, from the tag: the unit starts /usr/bin/mdn,
32 # which is where this package puts the binary, and its header is written
33 # for the reader who installed the package — including the drop-in for a
34 # local prefix. davison/md-notes#137 settled that; verify.sh compares the
35 # installed file with the one in the tagged tree.
36 install -Dm644 "$srcdir/md-notes-$pkgver-mdn.service" \
37 "$pkgdir/usr/lib/systemd/user/mdn.service"
38 install -Dm644 "$srcdir/md-notes-$pkgver-LICENSE" \
39 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 19:30:45 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