15 lines
496 B
Bash
15 lines
496 B
Bash
# Template file for 'xtruss'
|
|
pkgname=xtruss
|
|
version=20210225.2addd50
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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=ac42936298f45d024287c896dbf5956b6d261c76cfabb4de67066f21b688e393
|
|
|
|
post_install() {
|
|
vlicense LICENCE LICENSE
|
|
}
|