bpftrace: update to 0.10.0.

This commit is contained in:
Leah Neukirchen 2020-05-07 10:29:29 +02:00
parent 70590532cb
commit b7d8b48171

View file

@ -1,6 +1,6 @@
# Template file for 'bpftrace'
pkgname=bpftrace
version=0.9.4
version=0.10.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF" # needs root to run
@ -11,9 +11,9 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/iovisor/bpftrace/"
distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz"
checksum=6f978d27cb44f69776f477dada420a70bb0a366123140f33be193ba5e752c5af
checksum=50ea80c0e337c4aaa260911e013b92ae09bdd5a062b23eb748290409bc2844db
post_install() {
# clashes with bcc-tools anyway
rm -rf ${DESTDIR}/usr/man
# clashes with bcc-tools
rm -rf ${DESTDIR}/usr/share/man
}