From 766c568e58e720864774498004d4b513110b16bc Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 25 Sep 2017 23:51:00 -0300 Subject: [PATCH] New package: txtw-0.4. Closes: #7871 [via git-merge-pr] --- srcpkgs/txtw/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/txtw/template diff --git a/srcpkgs/txtw/template b/srcpkgs/txtw/template new file mode 100644 index 00000000000..638eb000a26 --- /dev/null +++ b/srcpkgs/txtw/template @@ -0,0 +1,17 @@ +# Template file for 'txtw' +pkgname=txtw +version=0.4 +revision=1 +build_style=gnu-makefile +make_use_env=compliant +makedepends="cairo-devel" +short_desc="Return the pixel width of the given strings for a given font" +maintainer="maxice8 " +license="Unlicense" +homepage="https://github.com/baskerville/txtw" +distfiles="https://github.com/baskerville/txtw/archive/${version}.tar.gz" +checksum=b7c974ffda5b65421daee8c015f154b2a51daf2d736df841873d9b262c868846 + +post_install() { + vlicense LICENSE +}