15 lines
513 B
Bash
15 lines
513 B
Bash
# Template file for 'xtruss'
|
|
pkgname=xtruss
|
|
version=20150103.8828e85
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="An easy-to-use X protocol tracing program"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
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=d329d73ef711a785b2763242a1a4211e87e63cb71490c904df2d3e9cc041e211
|
|
|
|
post_install() {
|
|
vlicense LICENCE LICENSE
|
|
}
|