From d5d0099696fecc285336cce4542815c48b81371b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Tue, 5 May 2020 18:14:47 -0300 Subject: [PATCH] New package: mdbook-linkcheck-0.5.1 --- srcpkgs/mdbook-linkcheck/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/mdbook-linkcheck/template 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 +}