diff --git a/srcpkgs/susshi/template b/srcpkgs/susshi/template new file mode 100644 index 00000000000000..8baab693784911 --- /dev/null +++ b/srcpkgs/susshi/template @@ -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 " +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 +}