mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
New package: typst-23.03.28
This commit is contained in:
parent
3641d47af7
commit
dd3f1a84f7
2 changed files with 35 additions and 0 deletions
22
srcpkgs/typst/patches/cargo-workspace.patch
Normal file
22
srcpkgs/typst/patches/cargo-workspace.patch
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
From 613c644f0479b2aae6be96fa389352883a2321c3 Mon Sep 17 00:00:00 2001
|
||||||
|
From: figsoda <figsoda@pm.me>
|
||||||
|
Date: Sat, 1 Apr 2023 08:22:47 -0400
|
||||||
|
Subject: [PATCH] Default workspace members to cli (#484)
|
||||||
|
|
||||||
|
---
|
||||||
|
Cargo.toml | 1 +
|
||||||
|
flake.nix | 3 ---
|
||||||
|
2 files changed, 1 insertion(+), 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/Cargo.toml b/Cargo.toml
|
||||||
|
index 3db8b3b9c..3fe010947 100644
|
||||||
|
--- a/Cargo.toml
|
||||||
|
+++ b/Cargo.toml
|
||||||
|
@@ -6,6 +6,7 @@ edition = "2021"
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
members = ["cli", "docs", "library", "macros", "tests"]
|
||||||
|
+default-members = ["cli"]
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
doctest = false
|
13
srcpkgs/typst/template
Normal file
13
srcpkgs/typst/template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'typst'
|
||||||
|
pkgname=typst
|
||||||
|
version=23.03.28
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
make_install_args="--path cli"
|
||||||
|
short_desc="Markup-based typesetting system that is powerful and easy to learn"
|
||||||
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
|
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
|
Loading…
Add table
Reference in a new issue