mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
Merge pull request #9719 from Thunderbottom/package-tectonic-typesetting
New package: tectonic-0.1.7
This commit is contained in:
commit
ac33d03a73
1 changed files with 29 additions and 0 deletions
29
srcpkgs/tectonic/template
Normal file
29
srcpkgs/tectonic/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
#template file for 'tectonic'
|
||||||
|
pkgname=tectonic
|
||||||
|
version=0.1.7
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="rust cargo pkg-config"
|
||||||
|
makedepends="fontconfig-devel freetype-devel harfbuzz-devel graphite-devel libressl-devel libpng-devel zlib-devel icu-devel icu-libs"
|
||||||
|
short_desc="A modernized, complete, self-contained TeX/LaTeX engine"
|
||||||
|
maintainer="Chinmay Pai <chinmaydpai@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://tectonic-typesetting.github.io"
|
||||||
|
distfiles="https://github.com/tectonic-typesetting/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
checksum=c39acc8a4e2e102245037fd2ea3e77b058d25e29bbab0dcc53a3167c5d3fee2a
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cargo build --release
|
||||||
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cargo test --release
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin target/release/${pkgname}
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue