14 lines
488 B
Bash
14 lines
488 B
Bash
# Template file for 'mdcat'
|
|
pkgname=mdcat
|
|
version=0.13.0
|
|
revision=1
|
|
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=9528a0dedcb9db559c9973001787f474f87559366a2c7a2ff01148c5ab31eac1
|