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>
2pkgname=htagcli-bin
3pkgver=0.1.2.0
4pkgrel=1
5pkgdesc="Command-line tool for viewing and editing tags in audio files"
6arch=('x86_64')
7url="https://github.com/jecaro/htagcli"
8license=('MIT')
9provides=('htagcli')
10conflicts=('htagcli')
11source=("htagcli-${pkgver}.tar.gz::https://github.com/jecaro/htagcli/releases/download/v${pkgver}/htagcli.tar.gz")
12sha256sums=('2b4d0e1790efb47e7ed22a9653f1208748323f4f38e4cf9a628501849e5b1b24')
13
14package() {
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)SeverityRules
2026-08-18 09:39:35 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