Skip to content

Commit

Permalink
mdcat: update to 0.26.1, restore cross, adopt.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinerea0 committed Mar 10, 2022
1 parent 9c8b879 commit e55ed30
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions srcpkgs/mdcat/template
@@ -1,21 +1,20 @@
# Template file for 'mdcat'
pkgname=mdcat
version=0.25.0
version=0.26.1
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
wrksrc="${pkgname}"
build_style=cargo
hostmakedepends="pkg-config ruby-asciidoctor"
makedepends="openssl-devel"
short_desc="Cat for markdown"
maintainer="Wilson Birney <wpb@360scada.com>"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="MPL-2.0"
homepage="https://github.com/lunaryorn/mdcat"
changelog="https://raw.githubusercontent.com/lunaryorn/mdcat/main/CHANGELOG.md"
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
checksum=92fddabab24f2e7d673b06c1f31a7746abbb547c5581faaed17a8e3e1e5b17a5
homepage="https://codeberg.org/flausch/mdcat/"
changelog="https://codeberg.org/flausch/mdcat/raw/branch/main/CHANGELOG.md"
distfiles="https://codeberg.org/flausch/mdcat/archive/mdcat-${version}.tar.gz"
checksum=1120c4f3b5b517075b6347dbfe76a2211a91837b4d0242c0b72cdbc19e6886dd

case "$XBPS_TARGET_MACHINE" in
armv6l|armv7l) broken="https://build.voidlinux.org/builders/armv7l_builder/builds/36158/steps/shell_3/logs/stdio" ;;
x86_64*|i686*|arm*|aarch64*) ;;
*) broken="ftbfs in ring" ;;
esac
Expand Down

0 comments on commit e55ed30

Please sign in to comment.