17 lines
539 B
Bash
17 lines
539 B
Bash
# Template file for 'mdbook-toc'
|
|
pkgname=mdbook-toc
|
|
version=0.10.0
|
|
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/${version}.tar.gz"
|
|
checksum=f78fa2cd7f7bfee07da94d5dc4a5b35882840307bbe42c0bbad532822b8fabc1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|