void-packages/srcpkgs/mdbook-linkcheck/template

19 lines
611 B
Bash

# Template file for 'mdbook-linkcheck'
# New versions need to be tested for compatibility with mdBook
pkgname=mdbook-linkcheck
version=0.7.7
revision=3
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/mdbook-linkcheck/archive/v${version}.tar.gz"
checksum=3194243acf12383bd328a9440ab1ae304e9ba244d3bd7f85f1c23b0745c4847a
post_install() {
vlicense LICENSE
}