gef: update to 2022.01.

This commit is contained in:
Andrew Benson 2022-02-07 19:34:32 -07:00
parent b42607f639
commit 3cde1e6239

View file

@ -1,19 +1,19 @@
# Template file for 'gef' # Template file for 'gef'
pkgname=gef pkgname=gef
version=2021.10 version=2022.01
revision=1 revision=1
pycompile_dirs="usr/share/gef" pycompile_dirs="usr/lib/gef"
depends="keystone-python3 capstone-python3 unicorn-python3 python3-Ropper" depends="keystone-python3 capstone-python3 unicorn-python3 python3-Ropper"
short_desc="GDB Enhanced Features for exploit devs & reversers" short_desc="GDB Enhanced Features for exploit devs & reversers"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT" license="MIT"
homepage="https://gef.readthedocs.io/en/master/" homepage="https://gef.readthedocs.io/en/master/"
distfiles="https://github.com/hugsy/gef/archive/${version}.tar.gz" distfiles="https://github.com/hugsy/gef/archive/${version}.tar.gz"
checksum=31b2658e9c72e29533ad9188fd991f79334ae00ea31b8dff3696f81a62606467 checksum=bb1070dfee440577927d7fa1aa5d310d9fb7297d87ffd786ee63cc6ae7f0f177
python_version="3" python_version="3"
do_install() { do_install() {
vlicense LICENSE vlicense LICENSE
vmkdir usr/share/gef vmkdir usr/lib/gef
vcopy gef.py usr/share/gef vcopy gef.py usr/lib/gef
} }