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