vp-build/srcpkgs/tectonic/template

21 lines
736 B
Bash

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