mirror of
https://abf.rosa.ru/djam/typst.git
synced 2025-02-23 09:32:48 +00:00
0.11.0
This commit is contained in:
parent
ccb50b2d76
commit
7d70913cac
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@ BuildRequires: curl
|
|||
%endif
|
||||
BuildRequires: upx
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: openssl1.1-devel
|
||||
|
||||
%description
|
||||
Typst is a new markup-based typesetting system that is
|
||||
|
@ -47,6 +48,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |\
|
|||
source "$HOME/.cargo/env"
|
||||
%endif
|
||||
|
||||
export OPENSSL_DIR=/opt/openssl1.1/
|
||||
|
||||
cargo build --release
|
||||
upx target/release/%{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue