vp-build/srcpkgs/python3-stormssh/template

20 lines
630 B
Bash

# Template file for 'python3-stormssh'
pkgname=python3-stormssh
version=0.7.0
revision=5
wrksrc=storm-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-six python3-paramiko python3-termcolor python3-Flask"
short_desc="Manage your SSH like a boss (Python3)"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://github.com/emre/storm"
distfiles="https://github.com/emre/storm/archive/${version}.tar.gz"
checksum=c2e5da1cb4a27b309ed7e470c5acebe2822f7928c5ef0e38f9dade247cf9a6c6
conflicts="python-stormssh>=0"
post_install() {
vlicense LICENSE
}