void-packages/srcpkgs/mdbook-linkcheck/template
2021-11-12 23:45:46 -03:00

18 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.6
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/mdbook-linkcheck/archive/v${version}.tar.gz"
checksum=c26ea7841f41fba078c6c358a5733026fa4927421dcec2f6ef260c17abecbd9a
post_install() {
vlicense LICENSE
}