void-packages/srcpkgs/gef/template

21 lines
595 B
Bash

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