void-packages/srcpkgs/tectonic/template

20 lines
699 B
Bash

# Template file for 'tectonic'
pkgname=tectonic
version=0.12.0
revision=1
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"
changelog="https://raw.githubusercontent.com/tectonic-typesetting/tectonic/release/CHANGELOG.md"
distfiles="https://github.com/tectonic-typesetting/tectonic/archive/tectonic@${version}.tar.gz"
checksum=96a53ab5ba29d2bf263f19b6f07450471118bf2067c610b362a1492d0b9b989f
post_install() {
vlicense LICENSE
}