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