void-packages/srcpkgs/paps/template
2019-05-06 13:26:11 +02:00

18 lines
512 B
Bash

# Template file for 'paps'
pkgname=paps
version=0.7.0
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="pango-devel freetype-devel"
short_desc="UTF-8 to PostScript converter via Pango"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.0-or-later"
homepage="https://github.com/dov/paps"
distfiles="https://github.com/dov/paps/archive/${version}.tar.gz"
checksum=7a18e8096944a21e0d9fcfb389770d1e7672ba90569180cb5d45984914cedb13
pre_configure() {
autoreconf -fi
}