worked lol

This commit is contained in:
windowsboy111
2022-11-02 00:04:34 +08:00
parent 7a213a3c52
commit d08058630c
+14 -5
View File
@@ -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