New package: gef-2020.06

Closes #22226.
This commit is contained in:
Andrew Benson 2020-05-31 12:46:17 -05:00 committed by Andrew Benson
parent fb5bd1fb7c
commit cbdacba483

20
srcpkgs/gef/template Normal file
View file

@ -0,0 +1,20 @@
# 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
}