From d161d1016969802859caa684e18985dae33305b9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 2 Apr 2023 06:25:24 -0400 Subject: [PATCH 1/2] New package: typst-23.03.28 --- srcpkgs/typst/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/typst/template diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template new file mode 100644 index 000000000000..6135f3fb7464 --- /dev/null +++ b/srcpkgs/typst/template @@ -0,0 +1,17 @@ +# Template file for 'typst' +pkgname=typst +version=23.03.28 +revision=1 +build_style=cargo +configure_args="-p typst-cli" +short_desc="Markup-based typesetting system that is powerful and easy to learn" +maintainer="classabbyamp " +license="Apache-2.0" +homepage="https://typst.app" +changelog="https://typst.app/docs/changelog/" +distfiles="https://github.com/typst/typst/archive/refs/tags/v${version//./-}.tar.gz" +checksum=494b0438940a21370d31d44e090e1a6b1b3acabc8b9c4c181455f86441d5cab7 + +do_install() { + vbin target/${RUST_TARGET}/release/typst +} From bd71a51883c7654b1641287f720235ef269f68d5 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 2 Apr 2023 06:25:32 -0400 Subject: [PATCH 2/2] New package: typst-lsp-0.3.1 --- srcpkgs/typst-lsp/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/typst-lsp/template diff --git a/srcpkgs/typst-lsp/template b/srcpkgs/typst-lsp/template new file mode 100644 index 000000000000..04ffa56467e5 --- /dev/null +++ b/srcpkgs/typst-lsp/template @@ -0,0 +1,15 @@ +# Template file for 'typst-lsp' +pkgname=typst-lsp +version=0.3.1 +revision=1 +build_style=cargo +short_desc="Language server for Typst" +maintainer="classabbyamp " +license="Apache-2.0, MIT" +homepage="https://github.com/nvarner/typst-lsp" +distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz" +checksum=27530f8e2e68954faefa0859151de52951d986ef2a5e0f67b6e76e568d285549 + +post_install() { + vlicense LICENSE-MIT.txt +}