void-packages/srcpkgs/mdbook-linkcheck/template
2021-09-27 02:15:59 -03:00

18 lines
605 B
Bash

# Template file for 'mdbook-linkcheck'
# New versions need to be tested for compatibility with mdBook
pkgname=mdbook-linkcheck
version=0.7.5
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-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=2fc98caeb0bc74c7cd10d1088c67359d2aa6066056d7eedd8b1afe1fed326f34
post_install() {
vlicense LICENSE
}