17 lines
567 B
Bash
17 lines
567 B
Bash
# Template file for 'mdbook-mermaid'
|
|
pkgname=mdbook-mermaid
|
|
version=0.14.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Preprocessor for mdbook to add mermaid support"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=79c000c81b9c9c6f0b10d14d8ca3a53a6db62fdd0ac128ce4842158f0e04de98
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|