19 lines
605 B
Bash
19 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.4
|
|
revision=2
|
|
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=ab88c836ed93600097f64e2eae67fc7d7eaf9dec6e16bab757041ac497f16aa5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|