mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
typst: update to 0.7.0.
This commit is contained in:
parent
476fc80d56
commit
af6aba210a
1 changed files with 7 additions and 7 deletions
|
@ -1,26 +1,26 @@
|
||||||
# Template file for 'typst'
|
# Template file for 'typst'
|
||||||
pkgname=typst
|
pkgname=typst
|
||||||
reverts="23.03.28_1"
|
reverts="23.03.28_1"
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path cli"
|
make_install_args="--path crates/typst-cli"
|
||||||
short_desc="Markup-based typesetting system that is powerful and easy to learn"
|
short_desc="Markup-based typesetting system that is powerful and easy to learn"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="Apache-2.0"
|
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=0f5c16c2143bbdc8889d823506e29a4706f8606ce29769916d71b17a05dda568
|
checksum=550fb66bb3405951dfd0a1736e9e17756e906e664f6f683eeb87d40643218846
|
||||||
|
|
||||||
export TYPST_VERSION="$version"
|
export TYPST_VERSION="$version"
|
||||||
export GEN_ARTIFACTS="./generated"
|
export GEN_ARTIFACTS="./generated"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in cli/generated/*.?; do
|
for f in crates/typst-cli/generated/*.?; do
|
||||||
vman "$f"
|
vman "$f"
|
||||||
done
|
done
|
||||||
vcompletion cli/generated/typst.bash bash
|
vcompletion crates/typst-cli/generated/typst.bash bash
|
||||||
vcompletion cli/generated/typst.fish fish
|
vcompletion crates/typst-cli/generated/typst.fish fish
|
||||||
vcompletion cli/generated/_typst zsh
|
vcompletion crates/typst-cli/generated/_typst zsh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue