void-packages/srcpkgs/gef/template

21 lines
595 B
Bash

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