void-packages/srcpkgs/xtruss/template
2021-09-14 13:09:15 +02:00

18 lines
533 B
Bash

# Template file for 'xtruss'
pkgname=xtruss
version=20210911.854c36a
revision=1
build_style=cmake
hostmakedepends="halibut"
short_desc="Easy-to-use X protocol tracing program"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.chiark.greenend.org.uk/~sgtatham/xtruss/"
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=94609812c613477201048e10757d185fe2e9e08f42949249e4ea713bce843f04
CFLAGS="-UNDEBUG"
post_install() {
vlicense LICENCE LICENSE
}