Files
Rain-Bus 721b659b4b
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
fix: latency cache staleness, reduce duplicate probes, fix CI arch detection and nfpm compression
2026-06-03 21:16:42 +08:00

30 lines
622 B
YAML

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: gzip
rpm:
compression: gzip
archlinux:
pkgbase: sshell
packager: rain-bus <rainandbus@gmail.com>