void-packages/srcpkgs/tectonic/template
2021-03-25 01:17:51 -03:00

19 lines
589 B
Bash

# Template file for 'tectonic'
pkgname=tectonic
version=0.4.1
revision=1
wrksrc="tectonic-tectonic-${version}"
build_style=cargo
hostmakedepends="pkg-config"
makedepends="harfbuzz-devel openssl-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=5a2c910f822d59ddaf9d32a0e5f7f34ce30f44e4129513b3a0c50425cf48ac8f
post_install() {
vlicense LICENSE
}