hal-bin
LOW
maintainer fiatjaf
0 votes
scanned 2026-09-17 15:25:49.288233
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: fiatjaf <fiatjaf@gmail.com>
2
3
pkgname=hal-bin
4
pkgver=0.9.3
5
pkgrel=1
6
pkgdesc="hal - the Bitcoin companion"
7
arch=('x86_64')
8
url="https://github.com/stevenroose/hal"
9
license=('CC0-1.0')
10
depends=('gcc-libs')
11
makedepends=('cargo')
12
provides=('hal')
13
conflicts=('hal')
14
source=("$pkgname-$pkgver.tar.gz::https://github.com/stevenroose/hal/releases/download/v$pkgver/hal-$pkgver-vendored.tar.gz")
15
sha256sums=('31dc6b845b8b6b776b28903b51513f1f2b565ebbf77865dfb21db5730a6247a7')
16
17
build() {
18
cd "$srcdir"
19
export CARGO_NET_OFFLINE=true
20
cargo build --release --frozen --offline
21
}
22
23
package() {
24
cd "$srcdir"
25
install -Dm755 "target/release/hal" "$pkgdir/usr/bin/hal"
26
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 15:25:49 | Low | 1 |