parts-of-speech-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-24 01:41:16.165362
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}
6
pkgname=${_appname}-bin
7
pkgdesc="Record voice-overs with a studio-like review workflow"
8
9
pkgver=0.4.5
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64')
14
_barch=('linux-x64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('Unlincense')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
depends=('glibc' 'libgcc' 'alsa-lib')
26
27
options=('!strip')
28
29
source=("README-${pkgver}.md::${_ghurlraw}/README.md" "LAUNCHER.desktop" "ICON.png")
30
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
31
sha256sums=('a62f03c66556759fb4d126eb9c5fd30b279f57f34d9ef1de725f503bd98474c0'
32
'f67dd6a822120135c1d517531cc03947ee8b96f212dcda8067bd8664e3a2e1ce'
33
'4762cf1d2e0985a18fcda771f54d3965c4814a851be22a674d2b649804ce0179')
34
sha256sums_x86_64=('95e09e55f93e316ef7fd8258ef688ae15268efc6b9880dff58a8be71511792ab')
35
36
37
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-24 01:41:16 | Low | 1 |