14 lines
488 B
Bash
14 lines
488 B
Bash
# Template file for 'mdcat'
|
|
pkgname=mdcat
|
|
version=0.11.0
|
|
revision=2
|
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
build_style=cargo
|
|
hostmakedepends="cmake pkg-config"
|
|
makedepends="libressl-devel"
|
|
short_desc="Cat for markdown"
|
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/lunaryorn/mdcat"
|
|
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
|
|
checksum=0b197d66c98a78ceff7a7ee557695d823dab2254f125d1bcbc21da12b366bfbc
|