curre-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-27 05:16:52.012858
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=jackdaw
4
_gitname=curre
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="A TUI workflow runner that drives your shell scripts through JSON-defined steps with live output, parallel execution, and persistent sessions"
8
9
pkgver=0.0.4
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('linux-amd64' 'linux-arm64')
15
16
_cburl="https://codeberg.org/${_gitauthor}/${_gitname}"
17
_cburlraw="${_cburl}/raw/tag/${_gitversion}"
18
url=${_cburl}
19
20
license=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
options=('!strip')
26
27
source=("README-${pkgver}.md::${_cburlraw}/README.md"
28
"LICENSE-${pkgver}::${_cburlraw}/LICENSE")
29
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_cburl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
30
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_cburl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}.tar.gz")
31
sha256sums=('d67335e24ea43704fe6cdd0dd976052bc25632dcdecbf7990d94e5525f602e6c'
32
'2e80cedb4f0df33df2a02598070f0dce07ddfaf2e280a2fab6fd1a87a48453c5')
33
sha256sums_x86_64=('3de025a0a9b2d9a7621ef6d8c24b10cf2ab8fd90b55946db04f61ddbafb5b53d')
34
sha256sums_aarch64=('f1e1162f865f92a99758300cc9f005c8826adc6d9a1cd377d7d4405a5db34c8f')
35
36
37
case ${CARCH} in
38
${arch[0]})
39
_CARCH=${_barch[0]}
40
;;
41
42
${arch[1]})
43
_CARCH=${_barch[1]}
44
;;
45
esac
46
47
package() {
48
cd "${srcdir}/" || exit
49
50
install -Dm755 "${_appname}-${_CARCH}" "${pkgdir}/usr/bin/${_appname}"
51
52
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
53
54
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
55
}
56
57
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 05:16:52 | Low | 1 |