18 lines
533 B
Bash
18 lines
533 B
Bash
# Template file for 'xtruss'
|
|
pkgname=xtruss
|
|
version=20211025.c25bf48
|
|
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=8a4b8a1ed5c49f65152c4eb697ba83f6a73d65493a8e202a8f9aeedfabe07479
|
|
|
|
CFLAGS="-UNDEBUG"
|
|
|
|
post_install() {
|
|
vlicense LICENCE LICENSE
|
|
}
|