16 lines
451 B
Bash
16 lines
451 B
Bash
|
# Template file for 'mdbook-toc'
|
||
|
pkgname=mdbook-toc
|
||
|
version=0.5.1
|
||
|
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"
|
||
|
distfiles="https://github.com/badboy/${pkgname}/archive/${version}.tar.gz"
|
||
|
checksum=f688eaf876a235bfc3644e5fc5c4a2601ac513c5861ca3fd5d42e4a9a93bbfc0
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|