17 lines
588 B
Bash
17 lines
588 B
Bash
# Template file for 'mdbook-mermaid'
|
|
pkgname=mdbook-mermaid
|
|
version=0.11.2
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/badboy/mdbook-mermaid/main/CHANGELOG.md"
|
|
distfiles="https://github.com/badboy/mdbook-mermaid/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=9de8f08d1a3e9fa2fa01b47a68803d1a05a348a3ae0e7b9d9d2742470b601250
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|