From 67c67bc2c35a7eab72b815b444d51a1de80aca40 Mon Sep 17 00:00:00 2001 From: Joakim Holm Date: Mon, 13 Jul 2020 18:52:05 +0200 Subject: [PATCH] New package: mdr-0.2.5 --- srcpkgs/mdr/LICENSE | 22 ++++++++++++++++++++++ srcpkgs/mdr/template | 17 +++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 srcpkgs/mdr/LICENSE create mode 100644 srcpkgs/mdr/template diff --git a/srcpkgs/mdr/LICENSE b/srcpkgs/mdr/LICENSE new file mode 100644 index 00000000000..133c0ab8cc2 --- /dev/null +++ b/srcpkgs/mdr/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2019 Michael Muré + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/srcpkgs/mdr/template b/srcpkgs/mdr/template new file mode 100644 index 00000000000..9872f8d8c6c --- /dev/null +++ b/srcpkgs/mdr/template @@ -0,0 +1,17 @@ +# 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 " +license="MIT" +homepage="https://github.com/MichaelMure/mdr" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum="7b8e4aa229094fbc4cb616470ab30b5665aa42d479d33407f95b45a336d2d88f" + +post_install() { + vlicense LICENSE +} +