void-packages/srcpkgs/typstfmt/template

18 lines
566 B
Bash

# Template file for 'typstfmt'
pkgname=typstfmt
version=0.2.7
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=17db7ddb83a8e2e43b3b34f19dcc8cbd3585aea34e05a5689e6f5beda27ac523
export TYPSTFMT_VERSION="$version"
post_install() {
vlicense LICENSE.md
}