void-packages/srcpkgs/tectonic/template
2022-01-16 21:13:05 +01:00

19 lines
639 B
Bash

# Template file for 'tectonic'
pkgname=tectonic
version=0.8.0
revision=2
wrksrc="tectonic-tectonic-${version}"
build_style=cargo
configure_args="--features=external-harfbuzz"
hostmakedepends="pkg-config"
makedepends="harfbuzz-devel openssl-devel"
short_desc="Modernized, complete, self-contained TeX/LaTeX engine"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="MIT"
homepage="https://tectonic-typesetting.github.io"
distfiles="https://github.com/tectonic-typesetting/tectonic/archive/tectonic@${version}.tar.gz"
checksum=794cf34aee017b8a4288ed509a4e9d550a36aadc2bc0d35b1727d1135dac8e02
post_install() {
vlicense LICENSE
}