leothecat

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