hashline-bin
LOW
maintainer mdrv
0 votes
scanned 2026-09-06 05:10:24.165680
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
3
pkgname=hashline-bin
4
_pkgname=hashline
5
pkgver=0.9.16
6
pkgrel=1
7
pkgdesc="Hash-anchored line editing for AI coding agents — O(1) line addressing via content-hashed anchors and drift-safe surgical patches"
8
arch=('x86_64')
9
url="https://github.com/quangdang46/$_pkgname"
10
license=('MIT' 'Apache-2.0')
11
depends=()
12
provides=("$_pkgname=$pkgver")
13
conflicts=("$_pkgname")
14
options=('!debug')
15
source=("$_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")
17
sha256sums=('b5f079adac74fb78f2a353d330c57651a6db0aca3d8cf8a1cf483f512d4837e5'
18
'ebb5e71bc9cf9a2b324d71576d646d2f69d613672dc12fca3b7ecc0f040596d7')
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-06 05:10:24 | Low | 1 |