mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 20:32:19 +00:00
worked lol
This commit is contained in:
@@ -5,20 +5,29 @@ Summary: A modernized, complete, self-contained TeX/LaTeX engine, powered
|
||||
URL: https://github.com/tectonic-typesetting/tectonic
|
||||
License: MIT
|
||||
Source0: %{url}/archive/refs/tags/tectonic@%{version}.tar.gz
|
||||
Requires: r-openssl harfbuzz-icu libpng freetype graphite2 zlib fontconfig
|
||||
BuildRequires: cargo gcc gcc-c++ mold
|
||||
Requires: openssl harfbuzz-icu libpng freetype graphite2 zlib fontconfig
|
||||
BuildRequires: cargo gcc gcc-c++ mold openssl-devel libpng-devel freetype graphite2-devel zlib-devel fontconfig-devel pkgconfig(icu-uc)
|
||||
|
||||
%description
|
||||
Tectonic is a modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.
|
||||
|
||||
%build
|
||||
cargo build
|
||||
%prep
|
||||
%autosetup -n tectonic-tectonic-%{version}
|
||||
|
||||
|
||||
# %build
|
||||
# cargo build --features external-harfbuzz
|
||||
|
||||
|
||||
%install
|
||||
cargo install
|
||||
cargo install --path . --features external-harfbuzz
|
||||
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 1 2022 windowsboy111 <windowsboy111@fyralabs.com>
|
||||
- Repackaged for Terra
|
||||
|
||||
Reference in New Issue
Block a user