Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions srcpkgs/susshi/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'susshi'
pkgname=susshi
version=0.21.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Terminal-based SSH connection manager"
maintainer="xJayMorex <github@johntaylor.hu>"
license="MIT"
homepage="https://github.com/yatoub/susshi"
changelog="https://raw.githubusercontent.com/yatoub/susshi/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/yatoub/susshi/archive/refs/tags/v${version}.tar.gz"
checksum=a49b1503b3dc50a6daf5368eac65bb599a67eca6d49d4d97e16f373beec72b53

post_install() {
vdoc README.md
vlicense LICENCE
}