17 lines
549 B
Bash
17 lines
549 B
Bash
# Template file for 'mdbook-toc'
|
|
pkgname=mdbook-toc
|
|
version=0.14.2
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Preprocessor for mdbook to add inline TOC support"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MPL-2.0"
|
|
homepage="https://github.com/badboy/mdbook-toc"
|
|
changelog="https://raw.githubusercontent.com/badboy/mdbook-toc/main/CHANGELOG.md"
|
|
distfiles="https://github.com/badboy/mdbook-toc/archive/refs/tags/${version}.tar.gz"
|
|
checksum=a944239bf9e5e985e8403caa7fe6b89a9fbd5ecbb56c342805f2de91ac88c6ce
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|