htagcli-bin
maintainer jecaro
· 0 votes
· scanned 2026-08-18 09:39:35.720982
LOW
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: Jean-Charles Quillet <jeancharles.quillet@gmail.com>
2
pkgname=htagcli-bin
3
pkgver=0.1.2.0
4
pkgrel=1
5
pkgdesc="Command-line tool for viewing and editing tags in audio files"
6
arch=('x86_64')
7
url="https://github.com/jecaro/htagcli"
8
license=('MIT')
9
provides=('htagcli')
10
conflicts=('htagcli')
11
source=("htagcli-${pkgver}.tar.gz::https://github.com/jecaro/htagcli/releases/download/v${pkgver}/htagcli.tar.gz")
12
sha256sums=('2b4d0e1790efb47e7ed22a9653f1208748323f4f38e4cf9a628501849e5b1b24')
13
14
package() {
15
install -Dm755 htagcli "${pkgdir}/usr/bin/htagcli"
16
17
./htagcli --bash-completion-script htagcli \
18
| install -Dm644 /dev/stdin "${pkgdir}/usr/share/bash-completion/completions/htagcli"
19
./htagcli --zsh-completion-script htagcli \
20
| install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_htagcli"
21
./htagcli --fish-completion-script htagcli \
22
| install -Dm644 /dev/stdin "${pkgdir}/usr/share/fish/vendor_completions.d/htagcli.fish"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 09:39:35 | LOW | 1 |