calc-cli

LOW
maintainer FlippantList428 0 votes scanned 2026-08-22 09:16:51.748650
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: Kacper Wróżek <kacperek18210@gmail.com>
2pkgname=calc-cli
3pkgver=1.0.2
4pkgrel=1
5pkgdesc="A simple, clean CLI calculator"
6arch=('any')
7url="https://github.com/FlippantList428/calc-cli"
8license=('MIT')
9depends=('python')
10source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
11sha256sums=('f1716b0136da4cdcfbae4718afb7e67a93bc57fed1aadcc3779638752e220571')
12
13package() {
14 cd "$pkgname-$pkgver"
15 install -Dm755 "calc.py" "$pkgdir/usr/bin/calc"
16 install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
17}
18

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 09:16:51 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