void-packages/srcpkgs/gef/template

21 lines
595 B
Bash

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