vp-build/srcpkgs/mdbook-mermaid/template

16 lines
473 B
Bash

# Template file for 'mdbook-mermaid'
pkgname=mdbook-mermaid
version=0.10.0
revision=1
build_style=cargo
short_desc="Prepocessor for mdbook to add mermaid support"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MPL-2.0"
homepage="https://github.com/badboy/mdbook-mermaid"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=7b62ac139c8ece9f21cfdf0b3cd11aabf0d6fdfdfb71848918a028a4cb8de24c
post_install() {
vlicense LICENSE
}