21 lines
611 B
Bash
21 lines
611 B
Bash
|
# Template file for 'gef'
|
||
|
pkgname=gef
|
||
|
version=2020.06
|
||
|
revision=1
|
||
|
archs="noarch"
|
||
|
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=334935986c681a346c1cb7944c1e4bbd52f7322f6427dfcba8a0185ff3c551c2
|
||
|
python_version="3"
|
||
|
|
||
|
do_install() {
|
||
|
vlicense LICENSE
|
||
|
vmkdir usr/share/gef
|
||
|
vcopy gef.py usr/share/gef
|
||
|
}
|