vp-build/srcpkgs/python3-Ropper/template

20 lines
667 B
Bash

# Template file for 'python3-Ropper'
pkgname=python3-Ropper
version=1.13.7
revision=2
wrksrc="Ropper-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="capstone-python3 python3-filebytes keystone-python3 python3-setuptools"
checkdepends="python3-pytest $depends"
short_desc="Find gadgets to build rop chains for different architectures"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://scoding.de/ropper/"
distfiles="https://github.com/sashs/Ropper/archive/v${version}.tar.gz"
checksum=a0756f64a214ca175280ca83ab8440cdd47822d3347eb1e58d25af2d027f4d47
post_install() {
vlicense COPYING
}