# Template file for 'bpftrace' pkgname=bpftrace version=0.9.4 revision=1 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=6f978d27cb44f69776f477dada420a70bb0a366123140f33be193ba5e752c5af post_install() { # clashes with bcc-tools anyway rm -rf ${DESTDIR}/usr/man }