feat: add latency probing, platform installers (deb/rpm/pkg/dmg/exe)
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build aarch64-pc-windows-msvc (push) Has been cancelled
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build x86_64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-msvc (push) Has been cancelled
Release / Create GitHub Release (push) Has been cancelled

This commit is contained in:
2026-06-03 21:06:13 +08:00
parent 550ba9a90c
commit 285a2049cc
8 changed files with 268 additions and 18 deletions
+29
View File
@@ -0,0 +1,29 @@
name: sshell
arch: ${NFPM_ARCH}
platform: linux
version: ${NFPM_VERSION}
section: utils
priority: optional
maintainer: rain-bus <rainandbus@gmail.com>
description: |
A personal SSH and shell connection manager with a terminal user interface (TUI).
Manage SSH and local shell profiles with tagging, usage tracking, and smart sorting.
vendor: rain-bus
homepage: https://github.com/Rain-Bus/sshell
license: MIT
contents:
- src: sshell
dst: /usr/bin/sshell
file_info:
mode: 0755
deb:
compression: gz
rpm:
compression: gz
archlinux:
pkgbase: sshell
packager: rain-bus <rainandbus@gmail.com>