void-packages/srcpkgs/tectonic/template
2020-10-04 14:53:21 -04:00

19 lines
591 B
Bash

# Template file for 'tectonic'
pkgname=tectonic
version=0.1.16
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=341563df89d1715001419b81ce394ea36daf190171d654dcf70214fd12b2d02a
post_install() {
vlicense LICENSE
}