cleecode

LOW
maintainer Dominiquini 1 votes scanned 2026-08-30 19:44:01.063593
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=msavox
4_gitname=cleecode
5_appname=${_gitname%code}
6pkgname=${_gitname}
7pkgdesc="A terminal IDE written in Rust"
8
9pkgver=0.13.2
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14
15_ghurl="https://github.com/${_gitauthor}/${_gitname}"
16_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
17url=${_ghurl}
18
19license=('MIT')
20
21provides=("${_appname}")
22
23makedepends=('cargo')
24
25options=('!strip' '!lto')
26
27source=("${pkgname}-${pkgver}.tgz::${_ghurl}/archive/${_gitversion}.tar.gz")
28sha256sums=('6eb5068735b5139e029c3fc59ed45ec20113439643f0c5c077ddc6ba4abb1351')
29
30
31prepare() {
32 cd "${pkgname}-${pkgver}" || exit
33
34 cargo fetch --locked --target "${CARCH}-unknown-linux-gnu"
35}
36
37build() {
38 cd "${pkgname}-${pkgver}" || exit
39
40 export CARGO_TARGET_DIR=target
41 cargo build --frozen --release
42}
43
44check() {
45 cd "${pkgname}-${pkgver}" || exit
46
47 export CARGO_TARGET_DIR=target
48 cargo test --frozen --release -- \
49 --skip "terminal_panel::tests::a_program_that_asked_for_the_mouse_gets_the_buttons" \
50 --skip "terminal_panel::tests::a_program_that_asked_for_the_mouse_gets_the_wheel"
51}
52
53package() {
54 cd "${pkgname}-${pkgver}" || exit
55
56 install -Dm755 target/release/${_appname} -t "${pkgdir}/usr/bin/"
57
58 install -Dm644 docs/${_appname}.1 -t "${pkgdir}/usr/share/man/man1/"
59
60 install -Dm644 assets/fonts/*.ttf -t "${pkgdir}/usr/share/fonts/TTF/"
61
62 install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
63
64 install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
65}
66

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 19:44:01 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