diff --git a/srcpkgs/xtruss/template b/srcpkgs/xtruss/template new file mode 100644 index 00000000000..0c2b69877b0 --- /dev/null +++ b/srcpkgs/xtruss/template @@ -0,0 +1,15 @@ +# 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 " +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 +}