void-packages/srcpkgs/mdbook-linkcheck/template

20 lines
560 B
Bash
Raw Normal View History

2020-05-05 21:14:47 +00:00
# Template file for 'mdbook-linkcheck'
pkgname=mdbook-linkcheck
version=0.5.1
revision=1
build_style=cargo
short_desc="Backend for mdBook which will check links for you"
maintainer="Érico Nogueira <ericonr@disroot.com>"
license="MIT"
homepage="https://crates.io/crates/mdbook-linkcheck"
distfiles="https://github.com/Michael-F-Bryan/mdbook-linkcheck/archive/v${version}.tar.gz"
checksum=e3717082347c7cabcd99ff7d4bff25aeb7c535eb3582b6e97066cc02f8a399bb
2020-05-06 22:36:10 +00:00
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="ftbfs in ring";;
esac
2020-05-05 21:14:47 +00:00
post_install() {
vlicense LICENSE
}