diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template new file mode 100644 index 00000000000..b180270533d --- /dev/null +++ b/srcpkgs/voltron/template @@ -0,0 +1,21 @@ +# Template file for 'voltron' +pkgname=voltron +version=0.1.7 +revision=1 +noarch=yes +build_style=python3-module +pycompile_module="voltron" +hostmakedepends="python3-setuptools" +depends="python3-blessed python3-Flask python3-Pygments python3-pysigset + python3-requests python3-scruffy python3-requests-unixsocket + python3-Flask-RESTful python3-setuptools" +short_desc="Hacky debugger UI for hackers" +maintainer="Andrew Benson " +license="MIT" +homepage="https://github.com/snare/voltron" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=2919dabe5ebc05672dcedf400754e3fbce8c3b9f8608a64cea205591f3b47f63 + +post_install() { + vlicense LICENSE +}