20 lines
581 B
Bash
20 lines
581 B
Bash
# Template file for 'gef'
|
|
pkgname=gef
|
|
version=2022.06
|
|
revision=1
|
|
pycompile_dirs="usr/lib/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://hugsy.github.io/gef/"
|
|
distfiles="https://github.com/hugsy/gef/archive/${version}.tar.gz"
|
|
checksum=ae93f55c081753203b05f427ba0fa9e9e92d25139e10e946a081cd5d6a379329
|
|
python_version="3"
|
|
|
|
do_install() {
|
|
vlicense LICENSE
|
|
vmkdir usr/lib/gef
|
|
vcopy gef.py usr/lib/gef
|
|
}
|