19 lines
661 B
Bash
19 lines
661 B
Bash
# Template file for 'python3-Ropper'
|
|
pkgname=python3-Ropper
|
|
version=1.13.12
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core 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=a5059d38e887105b6a19b3d3987435ad9b018f67ae5020e002a38b71d765e786
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|