19 lines
639 B
Bash
19 lines
639 B
Bash
# Template file for 'tectonic'
|
|
pkgname=tectonic
|
|
version=0.7.1
|
|
revision=2
|
|
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"
|
|
distfiles="https://github.com/tectonic-typesetting/tectonic/archive/tectonic@${version}.tar.gz"
|
|
checksum=0082f3aca5e9e8cf827aacbe260383faf1e036d0e8d04a3aef11deeadfff2baf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|