void-packages/srcpkgs/t1utils/template
2020-10-24 17:09:47 +02:00

20 lines
503 B
Bash

# Template file for 't1utils'
pkgname=t1utils
version=1.41
revision=1
build_style="gnu-configure"
hostmakedepends="automake autoconf"
short_desc="Type 1 font utilities"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="custom:Click"
homepage="https://www.lcdf.org/type/#t1utils"
distfiles="https://www.lcdf.org/type/${pkgname}-${version}.tar.gz"
checksum=fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense LICENSE
}