diff --git a/srcpkgs/mdbook-toc/template b/srcpkgs/mdbook-toc/template new file mode 100644 index 00000000000..6d3ba93f4e6 --- /dev/null +++ b/srcpkgs/mdbook-toc/template @@ -0,0 +1,15 @@ +# 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 " +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 +}