17 lines
549 B
Bash
17 lines
549 B
Bash
# Template file for 'mdbook-toc'
|
|
pkgname=mdbook-toc
|
|
version=0.14.1
|
|
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=1bd0bda3aa520eb7debfd3626160179e02ab904ab0f49d1a0fb46319dc58436e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|