diff --git a/srcpkgs/mdbook-linkcheck/template b/srcpkgs/mdbook-linkcheck/template new file mode 100644 index 00000000000..3f6762ecad6 --- /dev/null +++ b/srcpkgs/mdbook-linkcheck/template @@ -0,0 +1,15 @@ +# Template file for 'mdbook-linkcheck' +pkgname=mdbook-linkcheck +version=0.5.1 +revision=1 +build_style=cargo +short_desc="Backend for mdBook which will check links for you" +maintainer="Érico Nogueira " +license="MIT" +homepage="https://crates.io/crates/mdbook-linkcheck" +distfiles="https://github.com/Michael-F-Bryan/mdbook-linkcheck/archive/v${version}.tar.gz" +checksum=e3717082347c7cabcd99ff7d4bff25aeb7c535eb3582b6e97066cc02f8a399bb + +post_install() { + vlicense LICENSE +}