curre-bin

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