void-packages/srcpkgs/mdbook-linkcheck/template

19 lines
606 B
Bash
Raw Normal View History

2020-05-05 21:14:47 +00:00
# Template file for 'mdbook-linkcheck'
# New versions need to be tested for compatibility with mdBook
2020-05-05 21:14:47 +00:00
pkgname=mdbook-linkcheck
version=0.7.0
revision=2
2020-05-05 21:14:47 +00:00
build_style=cargo
2020-05-31 03:05:02 +00:00
hostmakedepends="pkg-config"
makedepends="libressl-devel"
2020-05-05 21:14:47 +00:00
short_desc="Backend for mdBook which will check links for you"
2020-05-31 03:05:02 +00:00
maintainer="Érico Nogueira <ericonr@disroot.org>"
2020-05-05 21:14:47 +00:00
license="MIT"
homepage="https://crates.io/crates/mdbook-linkcheck"
2020-05-31 03:05:02 +00:00
distfiles="https://github.com/Michael-F-Bryan/${pkgname}/archive/v${version}.tar.gz"
checksum=e3e444690d4e2c744eb240d4f6bacc6ebfacfadd9f75c61e0c461d7f046b920e
2020-05-06 22:36:10 +00:00
2020-05-05 21:14:47 +00:00
post_install() {
vlicense LICENSE
}