20 lines
699 B
Bash
20 lines
699 B
Bash
# Template file for 'tectonic'
|
|
pkgname=tectonic
|
|
version=0.15.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=3c13de312c4fe39ff905ad17e64a15a3a59d33ab65dacb0a8b9482c57e6bc6aa
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|