From 46251b06a769a39cda5328a25499a457844bad6d Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Mon, 27 Nov 2023 17:01:30 +0100 Subject: [PATCH] New package: typstfmt-0.2.6 --- srcpkgs/typstfmt/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/typstfmt/template diff --git a/srcpkgs/typstfmt/template b/srcpkgs/typstfmt/template new file mode 100644 index 0000000000000..8cb3a84a89be8 --- /dev/null +++ b/srcpkgs/typstfmt/template @@ -0,0 +1,17 @@ +# Template file for 'typstfmt' +pkgname=typstfmt +version=0.2.6 +revision=1 +build_style=cargo +short_desc="Formatter for Typst" +maintainer="Eloi Torrents " +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=3f7fda161e7e6692236bdcf3221ca7c7a62e06b8587b5c27e585291a6f0e47c2 +export TYPSTFMT_VERSION="$version" + +post_install() { + vlicense LICENSE.md +}