mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: bpftrace-0.9.1
This commit is contained in:
parent
697777608e
commit
9d9b31b2fc
1 changed files with 19 additions and 0 deletions
19
srcpkgs/bpftrace/template
Normal file
19
srcpkgs/bpftrace/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'bpftrace'
|
||||
pkgname=bpftrace
|
||||
version=0.9.1
|
||||
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 <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=1abd09c7e5e91774fca6a8d092bdd991a0509b0b9418b6c8590a3949157c6e4b
|
||||
|
||||
post_install() {
|
||||
# clashes with bcc-tools anyway
|
||||
rm -rf ${DESTDIR}/usr/man
|
||||
}
|
Loading…
Add table
Reference in a new issue