New package: mdr-0.2.5

Closes: #19549 [via git-merge-pr]
This commit is contained in:
Joakim Holm 2020-07-13 19:03:00 +02:00 committed by Andrew Benson
parent 8e012b61ee
commit 51f1dd5741
1 changed files with 16 additions and 0 deletions

16
srcpkgs/mdr/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'mdr'
pkgname=mdr
version=0.2.5
revision=1
build_style=go
go_import_path="github.com/MichaelMure/mdr"
short_desc="MarkDown Renderer for the terminal"
maintainer="Joakim Holm <joakimholm@protonmail.com>"
license="MIT"
homepage="https://github.com/MichaelMure/mdr"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum="7b8e4aa229094fbc4cb616470ab30b5665aa42d479d33407f95b45a336d2d88f"
post_install() {
vlicense LICENSE
}