15 lines
485 B
Bash
15 lines
485 B
Bash
# Template file for 'mdcat'
|
|
pkgname=mdcat
|
|
version=0.19.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="MPL-2.0"
|
|
homepage="https://github.com/lunaryorn/mdcat"
|
|
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
|
|
checksum=2e50dbb8f80b74dbed1cc69c731d8c782df35f2e968fc833b11640272d00f3cf
|