parts-of-speech-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-24 01:41:16.165362
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=vmargb
4_gitname=parts-of-speech
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="Record voice-overs with a studio-like review workflow"
8
9pkgver=0.4.5
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14_barch=('linux-x64')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('Unlincense')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25depends=('glibc' 'libgcc' 'alsa-lib')
26
27options=('!strip')
28
29source=("README-${pkgver}.md::${_ghurlraw}/README.md" "LAUNCHER.desktop" "ICON.png")
30source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
31sha256sums=('a62f03c66556759fb4d126eb9c5fd30b279f57f34d9ef1de725f503bd98474c0'
32 'f67dd6a822120135c1d517531cc03947ee8b96f212dcda8067bd8664e3a2e1ce'
33 '4762cf1d2e0985a18fcda771f54d3965c4814a851be22a674d2b649804ce0179')
34sha256sums_x86_64=('95e09e55f93e316ef7fd8258ef688ae15268efc6b9880dff58a8be71511792ab')
35
36
37package() {
38 cd "${srcdir}/" || exit
39
40 install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
41
42 install -Dm644 "LAUNCHER.desktop" "${pkgdir}/usr/share/applications/${_appname}.desktop"
43 install -Dm644 "ICON.png" "${pkgdir}/usr/share/icons/${_appname}.png"
44
45 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 01:41:16 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