python-shy-sh
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-05 07:59:42.017587
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
# shellcheck disable=SC2034,SC2154,SC2164
2
# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4
pkgname=python-shy-sh
5
_pkgname=shy-sh
6
pkgver=1.3.4
7
pkgrel=1
8
pkgdesc="Shell copilot: an AI copilot for your shell (installs as 'shy')"
9
arch=('any')
10
url="https://github.com/mceck/shy-sh"
11
license=('MIT')
12
depends=('python' 'python-typer' 'python-langchain' 'python-pyyaml' 'python-pydantic-settings' 'python-pyperclip' 'python-questionary' 'python-tzlocal' 'python-tiktoken')
13
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry-core')
14
_tag="v1.3.4"
15
_srcdir="shy-sh-1.3.4"
16
source=("$_pkgname-$pkgver.tar.gz::https://codeload.github.com/mceck/shy-sh/tar.gz/refs/tags/$_tag")
17
sha256sums=('ccca37134b1c38f3841e2f6c9e9a78db3d259d228cf3aab57232460646e26a86')
18
19
build() {
20
cd "$_srcdir"
21
python -m build --wheel --no-isolation
22
}
23
24
package() {
25
cd "$_srcdir"
26
python -m installer --destdir="$pkgdir" dist/*.whl
27
if [ -f LICENSE ]; then
28
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
29
fi
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 07:59:42 | Low | 1 |