21 lines
657 B
Bash
21 lines
657 B
Bash
# Template file for 'python3-mitmproxy-rs'
|
|
pkgname=python3-mitmproxy-rs
|
|
version=0.11.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
build_helper="rust"
|
|
hostmakedepends="maturin cargo"
|
|
makedepends="rust-std python3"
|
|
short_desc="Rust bits in mitmproxy"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/mitmproxy/mitmproxy_rs"
|
|
changelog="https://github.com/mitmproxy/mitmproxy_rs/raw/main/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/m/mitmproxy_rs/mitmproxy_rs-${version}.tar.gz"
|
|
checksum=a77c022bc0563f9d56fa0809a27013ed2fb5d3145c599098cb1175e7326e7829
|
|
replaces="python3-mitmproxy_wireguard>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|