typst: update to 0.2.0.
This commit is contained in:
parent
fdca76bace
commit
11b0251c25
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'typst'
|
# Template file for 'typst'
|
||||||
pkgname=typst
|
pkgname=typst
|
||||||
reverts="23.03.28_1"
|
reverts="23.03.28_1"
|
||||||
version=0.1.0
|
version=0.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path cli"
|
make_install_args="--path cli"
|
||||||
|
@ -11,6 +11,16 @@ license="Apache-2.0"
|
||||||
homepage="https://typst.app"
|
homepage="https://typst.app"
|
||||||
changelog="https://typst.app/docs/changelog/"
|
changelog="https://typst.app/docs/changelog/"
|
||||||
distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=9da7543266c7776aed56c36b9fab95fdb7241674b426cfba287a21f4cf07c172
|
checksum=f52e1cab191034354b3adaa97c27cbf16ed99486dc302b014bf211a8b6a7e964
|
||||||
|
|
||||||
export TYPST_VERSION="$version"
|
export TYPST_VERSION="$version"
|
||||||
|
export GEN_ARTIFACTS="./generated"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
for f in cli/generated/*.?; do
|
||||||
|
vman "$f"
|
||||||
|
done
|
||||||
|
vcompletion cli/generated/typst.bash bash
|
||||||
|
vcompletion cli/generated/typst.fish fish
|
||||||
|
vcompletion cli/generated/_typst zsh
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue