void-packages/srcpkgs/gef/template
2021-11-09 16:41:26 -06:00

19 lines
596 B
Bash

# Template file for 'gef'
pkgname=gef
version=2021.10
revision=1
pycompile_dirs="usr/share/gef"
depends="keystone-python3 capstone-python3 unicorn-python3 python3-Ropper"
short_desc="GDB Enhanced Features for exploit devs & reversers"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://gef.readthedocs.io/en/master/"
distfiles="https://github.com/hugsy/gef/archive/${version}.tar.gz"
checksum=31b2658e9c72e29533ad9188fd991f79334ae00ea31b8dff3696f81a62606467
python_version="3"
do_install() {
vlicense LICENSE
vmkdir usr/share/gef
vcopy gef.py usr/share/gef
}