18 lines
643 B
Bash
18 lines
643 B
Bash
# Template file for 'tectonic'
|
|
pkgname=tectonic
|
|
version=0.1.12
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="harfbuzz-devel libressl-devel"
|
|
short_desc="Modernized, complete, self-contained TeX/LaTeX engine"
|
|
maintainer="Chinmay Pai <chinmaydpai@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://tectonic-typesetting.github.io"
|
|
changelog="https://raw.githubusercontent.com/tectonic-typesetting/tectonic/master/CHANGELOG.md"
|
|
distfiles="https://github.com/tectonic-typesetting/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=30d2e0fe31145a10097368f11a00540ba201be43d28e7ad580699f47bfa70bf4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|