void-packages/srcpkgs/tectonic/template
2020-09-15 13:45:36 -04:00

18 lines
591 B
Bash

# Template file for 'tectonic'
pkgname=tectonic
version=0.1.15
revision=1
wrksrc="tectonic-tectonic-${version}"
build_style=cargo
hostmakedepends="pkg-config"
makedepends="harfbuzz-devel libressl-devel"
short_desc="Modernized, complete, self-contained TeX/LaTeX engine"
maintainer="Chinmay Pai <chinmaydpai@gmail.com>"
license="MIT"
homepage="https://tectonic-typesetting.github.io"
distfiles="https://github.com/tectonic-typesetting/tectonic/archive/tectonic@${version}.tar.gz"
checksum=0e55188eafc1b58f3660a303fcdd6adc071051b9eb728119837fbeed2309914f
post_install() {
vlicense LICENSE
}