void-packages/srcpkgs/sysdig/template

28 lines
918 B
Bash

# Template file for 'sysdig'
pkgname=sysdig
version=0.5.1
revision=1
build_style=cmake
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
-DUSE_BUNDLED_B64=ON -DBUILD_DRIVER=OFF"
hostmakedepends="cmake"
makedepends="jsoncpp-devel libcurl-devel libressl-devel LuaJIT-devel
ncurses-devel zlib-devel"
depends="dkms"
triggers="dkms"
dkms_modules="sysdig ${version}"
short_desc="Open source system-level exploration and troubleshooting tool"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://www.sysdig.org/"
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
checksum=dad586680f1615a769143d54a9ed19753dc0a4be164c680cc14dd2910a989623
nocross=yes
post_extract() {
sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt
}
post_install() {
rm -rf ${DESTDIR}/usr/share/zsh/vendor-completions
}