15 lines
492 B
Bash
15 lines
492 B
Bash
# Template file for 'paps'
|
|
pkgname=paps
|
|
version=0.8.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config cmake"
|
|
makedepends="fmt-devel freetype-devel pango-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/v${version}.tar.gz"
|
|
checksum=8fd8db04e6f8c5c164806d2c1b5fea6096daf583f83f06d1e4813ea61edc291f
|
|
python_version=3
|