void-packages/srcpkgs/mdbook-linkcheck/template
2020-11-28 13:44:00 -03:00

18 lines
606 B
Bash

# Template file for 'mdbook-linkcheck'
# New versions need to be tested for compatibility with mdBook
pkgname=mdbook-linkcheck
version=0.7.2
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
short_desc="Backend for mdBook which will check links for you"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="https://crates.io/crates/mdbook-linkcheck"
distfiles="https://github.com/Michael-F-Bryan/${pkgname}/archive/v${version}.tar.gz"
checksum=ca9ec8cee58c1ae9ed5169da285e3254214026396351acc857f6ecb7a4186f29
post_install() {
vlicense LICENSE
}