vylk-git

LOW
maintainer toxdes 0 votes scanned 2026-09-11 05:22:12.681428
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: toxdes <hi@toxdes.com>
2pkgname=vylk-git
3pkgver=3.0.0
4pkgrel=1
5pkgdesc="Lightweight, low-resource single-binary markdown notes editor"
6arch=('x86_64' 'aarch64')
7url="https://github.com/toxdes/vylk"
8license=('MIT')
9depends=()
10makedepends=('git' 'go')
11source=('git+https://github.com/toxdes/vylk.git')
12sha256sums=('SKIP')
13
14pkgver() {
15 cd "$srcdir/vylk"
16 git describe --long --tags --always | sed 's/^v//;s/-/./g'
17}
18
19build() {
20 cd "$srcdir/vylk"
21 go build -trimpath -ldflags "-s -w -X main.version=${pkgver}" -o vylk .
22}
23
24package() {
25 cd "$srcdir/vylk"
26 install -Dm755 vylk "$pkgdir/usr/bin/vylk"
27 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 05:22:12 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