runyte-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-05 01:59:11.792876
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=runyte
4_gitname=runyte
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="An editor-first, agent-ready terminal workspace for software development"
8
9pkgver=0.1.10
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('x86_64-unknown-linux-gnu' 'aarch64-unknown-linux-gnu')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('MPL-2.0')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25depends=('glibc' 'libgcc')
26
27options=('!strip')
28
29source=("USER-GUIDE-${pkgver}.md::${_ghurlraw}/docs/user-guide.md")
30source_x86_64=("${_appname}-${arch[0]}-${pkgver}.txz::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[0]}.tar.xz")
31source_aarch64=("${_appname}-${arch[1]}-${pkgver}.txz::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[1]}.tar.xz")
32sha256sums=('fe9f54a39d7ef4178a8b5edb19bc895b408515aef4392f0d0a96832bb91b9116')
33sha256sums_x86_64=('d66f0279fb3401db572803721f6ea66e0138605322147b3e530571265cd4c593')
34sha256sums_aarch64=('1bf96c9f4e3d2bd6d1d81c94310bb210bf59ce6c2ee0ee7ba47902f187d7ca3a')
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}/${_appname}-${pkgver}-${_CARCH}/" || exit
49
50 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
51
52 install -Dm644 "config.example.yaml" "${pkgdir}/usr/share/doc/${pkgname}/config/config.example.yaml"
53
54 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
55 install -Dm644 "../USER-GUIDE-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/USER-GUIDE.md"
56
57 install -Dm644 "NOTICE" "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE"
58 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
59}
60

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 01:59:11 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