# Template file for 'bpftrace' pkgname=bpftrace version=0.11.1 revision=1 archs="x86_64* aarch64* ppc64*" build_style=cmake configure_args="-DBUILD_TESTING=OFF" # needs root to run hostmakedepends="pkg-config flex" makedepends="bcc-devel clang clang-tools-extra elfutils-devel llvm" short_desc="High-level tracing language for Linux enhanced Berkeley Packet Filter" maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://github.com/iovisor/bpftrace/" distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz" checksum=98efc9396451bc1a4f73378cec4755e07e7718cb5d698472606f5ffc2b9e48e8 post_install() { # clashes with bcc-tools rm -rf ${DESTDIR}/usr/share/man }