lssh

LOW
maintainer Lecer 0 votes scanned 2026-09-09 13:19:49.747679
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: Lecer69 <https://github.com/Lecer69>
2pkgname=lssh
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Simple SSH server manager"
6arch=('x86_64')
7url="https://github.com/Lecer69/LSSH"
8license=('Unlicense')
9depends=('openssh' 'sshpass')
10makedepends=('cargo')
11source=("$pkgname-$pkgver.tar.gz::https://github.com/Lecer69/LSSH/archive/v$pkgver.tar.gz")
12sha256sums=('aeb3a3df778e87400da67238c9d25119297531fa9ca71b3ba3d89911834ccabb')
13
14build() {
15 cd "LSSH-$pkgver"
16 cargo build --release
17}
18
19package() {
20 cd "LSSH-$pkgver"
21 install -Dm755 target/release/lssh "$pkgdir/usr/bin/lssh"
22 install -Dm644 README.md "$pkgdir/usr/share/doc/lssh/README.md"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 13:19:49 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