void-packages/srcpkgs/gef/template

21 lines
595 B
Bash

# Template file for 'gef'
pkgname=gef
version=2024.06
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=94c2cbcff3bcbed4d6316c225910356be2739532e6e7dcf99c902f499feda790
python_version="3"
do_install() {
vlicense LICENSE
vmkdir usr/lib/gef
vcopy gef.py usr/lib/gef
}