leothecat
LOW
maintainer michealh
0 votes
scanned 2026-09-03 17:54:21.348771
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: Your Name <youremail@example.com>
2
pkgname=leothecat
3
pkgver=2.0.0
4
pkgrel=1
5
pkgdesc="A terminal cat companion named Leo with 25+ moods, achievements, and interactive commands!"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/homekhaneh8-art/leothecat"
8
license=('MIT')
9
depends=('glibc' 'gcc-libs')
10
makedepends=('cargo' 'rust' 'git')
11
optdepends=(
12
'fish: for fish shell completions'
13
'zsh: for zsh shell completions'
14
'bash: for bash completions'
15
)
16
provides=('leothecat')
17
conflicts=()
18
source=("$pkgname-$pkgver.tar.gz::https://github.com/homekhaneh8-art/leothecat/archive/v$pkgver.tar.gz")
19
sha256sums=('df8210ddceb3ab4f15d9b3d8e28257a5ee5e6eaa405f0ac03dc7c1df4e19f2a0')
20
21
build() {
22
cd "$srcdir/$pkgname-$pkgver"
23
export CARGO_TARGET_DIR="$srcdir/target"
24
cargo build --release --locked
25
}
26
27
package() {
28
cd "$srcdir/$pkgname-$pkgver"
29
install -Dm755 "$srcdir/target/release/leothecat" "$pkgdir/usr/bin/leothecat"
30
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
31
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 17:54:21 | Low | 1 |