Skip to content

Commit fa8d9f7

Browse files
committed
New package: mdbook-typst-0.1.9.
1 parent f2aeb91 commit fa8d9f7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

srcpkgs/mdbook-typst/template

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Template file for 'mdbook-typst'
2+
pkgname=mdbook-typst
3+
version=0.1.9
4+
revision=1
5+
build_style=cargo
6+
depends="mdBook typst"
7+
short_desc="Mdbook backend to output Typst markup, pdf, png, or svg"
8+
maintainer="classabbyamp <[email protected]>"
9+
license="MIT OR Apache-2.0"
10+
homepage="https://github.com/LegNeato/mdbook-typst"
11+
changelog="https://github.com/LegNeato/mdbook-typst/raw/refs/heads/main/CHANGELOG.md"
12+
distfiles="https://github.com/LegNeato/mdbook-typst/archive/refs/tags/v${version}.tar.gz"
13+
checksum=2310da33566c714bddb838c81ac0c7558972b826422c85882f7b24700befe4fb
14+
15+
post_install() {
16+
vlicense LICENSE-MIT
17+
}

0 commit comments

Comments
 (0)