hashline-bin

LOW
maintainer mdrv 0 votes scanned 2026-09-06 05:10:24.165680
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: Umar Alfarouk <medrivia@gmail.com>
2
3pkgname=hashline-bin
4_pkgname=hashline
5pkgver=0.9.16
6pkgrel=1
7pkgdesc="Hash-anchored line editing for AI coding agents — O(1) line addressing via content-hashed anchors and drift-safe surgical patches"
8arch=('x86_64')
9url="https://github.com/quangdang46/$_pkgname"
10license=('MIT' 'Apache-2.0')
11depends=()
12provides=("$_pkgname=$pkgver")
13conflicts=("$_pkgname")
14options=('!debug')
15source=("$_pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-v$pkgver-linux-x86_64.tar.gz"
16 "LICENSE-$pkgver::https://raw.githubusercontent.com/quangdang46/$_pkgname/v$pkgver/MIT")
17sha256sums=('b5f079adac74fb78f2a353d330c57651a6db0aca3d8cf8a1cf483f512d4837e5'
18 'ebb5e71bc9cf9a2b324d71576d646d2f69d613672dc12fca3b7ecc0f040596d7')
19
20package() {
21 cd "$_pkgname-v$pkgver-linux-x86_64"
22 install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
23
24 cd "$srcdir"
25 install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 05:10:24 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