18 lines
568 B
Bash
18 lines
568 B
Bash
# Template file for 'typstfmt'
|
|
pkgname=typstfmt
|
|
version=0.2.10
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Formatter for Typst"
|
|
maintainer="Eloi Torrents <eloitor@duck.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/astrale-sharp/typstfmt"
|
|
changelog="https://raw.githubusercontent.com/astrale-sharp/typstfmt/master/CHANGELOG.md"
|
|
distfiles="https://github.com/astrale-sharp/typstfmt/archive/refs/tags/${version}.tar.gz"
|
|
checksum=5a3f413a428b2590552c2d0ab0ab04c7a745e1cca128844b7b82ea49326d65c4
|
|
export TYPSTFMT_VERSION="$version"
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|