17 lines
533 B
Bash
17 lines
533 B
Bash
# Template file for 'mdbook-toc'
|
|
pkgname=mdbook-toc
|
|
version=0.9.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Preprocessor for mdbook to add inline TOC support"
|
|
maintainer="q66 <daniel@octaforge.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/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=bcf328b307f366b327bb5465e8636f2064c946493dbfa37e7bb92072b691d060
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|