17 lines
448 B
Bash
17 lines
448 B
Bash
|
# 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
|
||
|
}
|