parent
16e218cddc
commit
766c568e58
1 changed files with 17 additions and 0 deletions
17
srcpkgs/txtw/template
Normal file
17
srcpkgs/txtw/template
Normal file
|
@ -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 <thinkabit.ukim@gmail.com>"
|
||||
license="Unlicense"
|
||||
homepage="https://github.com/baskerville/txtw"
|
||||
distfiles="https://github.com/baskerville/txtw/archive/${version}.tar.gz"
|
||||
checksum=b7c974ffda5b65421daee8c015f154b2a51daf2d736df841873d9b262c868846
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue