parent
d1e0e45cde
commit
b876303a1d
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'mdcat'
|
||||
pkgname=mdcat
|
||||
version=0.6.0
|
||||
version=0.8.0
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${pkgname}-${version}
|
||||
hostmakedepends="cargo cmake"
|
||||
hostmakedepends="cargo cmake pkg-config"
|
||||
makedepends="libressl-devel"
|
||||
short_desc="Cat for markdown"
|
||||
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||
license="Apache License 2.0"
|
||||
homepage="https://github.com/lunaryorn/mdcat"
|
||||
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
|
||||
checksum=bcc05615f6aeea1a406a481502abb12add62ac12c7f140bfe4430cda78039bb3
|
||||
checksum=fb4ce097fff72fb53734568a8a1b96797cbedfbee2aabc2d2a5e8c794b1d5887
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue