mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
247115e77e
closes #2781
34 lines
722 B
YAML
34 lines
722 B
YAML
distributable:
|
|
url: https://github.com/typst/typst/archive/refs/tags/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: typst/typst/releases/tags
|
|
strip: /^v\d\d-\d\d-\d\d(-\d)?/
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: ^1.61
|
|
rust-lang.org/cargo: ^0.65
|
|
script:
|
|
- run: cargo install --path cli --locked --root {{prefix}}
|
|
if: <0.7
|
|
- run: cargo install --path crates/typst-cli --locked --root {{prefix}}
|
|
if: '>=0.7'
|
|
env:
|
|
TYPST_VERSION: ${{ version }}
|
|
|
|
provides:
|
|
- bin/typst
|
|
|
|
test:
|
|
fixture: |
|
|
Total displaced soil by glacial flow:
|
|
|
|
$ 7.32 beta +
|
|
sum_(i=0)^nabla Q_i / 2 $
|
|
script: |
|
|
cp $FIXTURE test.typ
|
|
typst compile test.typ
|
|
test -s test.pdf
|