20 lines
642 B
Bash
20 lines
642 B
Bash
# Template file for 'voltron'
|
|
pkgname=voltron
|
|
version=0.1.7
|
|
revision=4
|
|
archs=noarch
|
|
build_style=python3-module
|
|
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
|
|
}
|