hal-bin

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