# Contributor: John Vogel # Maintainer: John Vogel pkgname=txtw pkgver=0.4 pkgrel=0 pkgdesc="Return the pixel width for the given strings for the given font" url="https://github.com/baskerville/txtw/" arch="all" license="Unlicense" depends="" makedepends="cairo-dev" options="!check" install="" subpackages="$pkgname-doc" source="https://github.com/baskerville/txtw/archive/$pkgver/txtw-$pkgver.tar.gz" builddir="$srcdir/txtw-$pkgver" build() { make } package() { make DESTDIR="$pkgdir" PREFIX=/usr install } sha512sums=" 1f8aca56455172e8e03aab6bf1eccd687f3ef34fcf0b6b2e9dddd9127c946f4d837d6bca58422ff0a956ea09d19fb050ca92a1ba035ce29dc0035ee23ea85d3c txtw-0.4.tar.gz "