mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
mdbook-linkcheck: update to 0.6.0
This commit is contained in:
parent
46ab04b8d1
commit
22f24bd069
1 changed files with 6 additions and 8 deletions
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'mdbook-linkcheck'
|
||||
pkgname=mdbook-linkcheck
|
||||
version=0.5.1
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel"
|
||||
short_desc="Backend for mdBook which will check links for you"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.com>"
|
||||
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=e3717082347c7cabcd99ff7d4bff25aeb7c535eb3582b6e97066cc02f8a399bb
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) broken="ftbfs in ring";;
|
||||
esac
|
||||
distfiles="https://github.com/Michael-F-Bryan/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=66133be90c0f325d96bed7f052c6d1516b11e817ba62df85e1d2c37774847a30
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue