285a2049cc
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
30 lines
618 B
YAML
30 lines
618 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: gz
|
|
|
|
rpm:
|
|
compression: gz
|
|
|
|
archlinux:
|
|
pkgbase: sshell
|
|
packager: rain-bus <rainandbus@gmail.com>
|