void-packages/srcpkgs/txtw/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
509 B
Bash

# 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="Orphaned <orphan@voidlinux.org>"
license="Unlicense"
homepage="https://github.com/baskerville/txtw"
distfiles="https://github.com/baskerville/txtw/archive/${version}.tar.gz"
checksum=b7c974ffda5b65421daee8c015f154b2a51daf2d736df841873d9b262c868846
post_install() {
vlicense LICENSE
}