parent
8e012b61ee
commit
51f1dd5741
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue