16 lines
491 B
Bash
16 lines
491 B
Bash
|
# 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 <ericonr@disroot.com>"
|
||
|
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
|
||
|
}
|