mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
8e012b61ee
commit
51f1dd5741
1 changed files with 16 additions and 0 deletions
16
srcpkgs/mdr/template
Normal file
16
srcpkgs/mdr/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue