930657a7b5
closes void-linux/void-packages#3034 closes void-linux/void-packages#3088 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
21 lines
667 B
Bash
21 lines
667 B
Bash
# 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 <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/snare/voltron"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=2919dabe5ebc05672dcedf400754e3fbce8c3b9f8608a64cea205591f3b47f63
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|