19 lines
535 B
Bash
19 lines
535 B
Bash
# Template file for 'xtruss'
|
|
pkgname=xtruss
|
|
version=20241111.27fafff
|
|
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="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/"
|
|
distfiles="https://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=76c56863d066b991f3c5a42b3a8dd65e76b18609214d7405a14572f40d7195ed
|
|
|
|
CFLAGS="-UNDEBUG"
|
|
|
|
post_install() {
|
|
vlicense LICENCE LICENSE
|
|
}
|