19 lines
596 B
Bash
19 lines
596 B
Bash
# Template file for 'gef'
|
|
pkgname=gef
|
|
version=2021.01
|
|
revision=1
|
|
pycompile_dirs="usr/share/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://gef.readthedocs.io/en/master/"
|
|
distfiles="https://github.com/hugsy/gef/archive/${version}.tar.gz"
|
|
checksum=59e9c2327a66f125c625affa727feaf43aaf8bf9da0cf1025f428ec8851b1f64
|
|
python_version="3"
|
|
|
|
do_install() {
|
|
vlicense LICENSE
|
|
vmkdir usr/share/gef
|
|
vcopy gef.py usr/share/gef
|
|
}
|