void-packages/srcpkgs/mdbook-linkcheck/template

18 lines
543 B
Bash
Raw Normal View History

2020-05-05 21:14:47 +00:00
# Template file for 'mdbook-linkcheck'
pkgname=mdbook-linkcheck
2020-05-31 03:05:02 +00:00
version=0.6.0
2020-05-05 21:14:47 +00:00
revision=1
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=66133be90c0f325d96bed7f052c6d1516b11e817ba62df85e1d2c37774847a30
2020-05-06 22:36:10 +00:00
2020-05-05 21:14:47 +00:00
post_install() {
vlicense LICENSE
}