chordsketch-bin
LOW
maintainer koedame
0 votes
scanned 2026-09-17 07:25:15.887874
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: koedame <koedame@users.noreply.github.com>
2
# Auto-generated by the post-release workflow. Do not edit manually.
3
4
pkgname=chordsketch-bin
5
pkgver=0.7.0
6
pkgrel=1
7
pkgdesc='ChordPro file format parser and renderer (prebuilt binary)'
8
arch=('x86_64')
9
url='https://github.com/koedame/chordsketch'
10
license=('MIT')
11
depends=('glibc' 'libgcc')
12
provides=('chordsketch')
13
conflicts=('chordsketch')
14
source=("https://github.com/koedame/chordsketch/releases/download/v${pkgver}/chordsketch-v${pkgver}-${CARCH}-unknown-linux-gnu.tar.gz")
15
sha256sums=('9f38b260f3e9756a56e0aaee7a623af78e055cdc5351a4c6795f8bc053225656')
16
17
package() {
18
cd "chordsketch-v${pkgver}-${CARCH}-unknown-linux-gnu"
19
install -Dm755 chordsketch "${pkgdir}/usr/bin/chordsketch"
20
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
21
}
22
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 07:25:15 | Low | 1 |