From 01be3c84ea11bb5a36182b96fb3501330f40de52 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 26 Jan 2020 17:00:45 +0100 Subject: [PATCH] app-misc/tldr-hs: initial import of version 0.6.2 --- .../app-misc/tldr-hs/tldr-hs-0.6.2.exheres-0 | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/app-misc/tldr-hs/tldr-hs-0.6.2.exheres-0 diff --git a/packages/app-misc/tldr-hs/tldr-hs-0.6.2.exheres-0 b/packages/app-misc/tldr-hs/tldr-hs-0.6.2.exheres-0 new file mode 100644 index 00000000..771ba43b --- /dev/null +++ b/packages/app-misc/tldr-hs/tldr-hs-0.6.2.exheres-0 @@ -0,0 +1,23 @@ +# Copyright 2020 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="Haskell tldr client with support for viewing tldr pages" +HOMEPAGE="https://github.com/psibi/tldr-hs" +DOWNLOADS="https://github.com/psibi/tldr-hs/releases/download/v${PV}/tldr-linux-v${PV}.tar.gz" + +LICENCES="BSD-3" +SLOT="0" +PLATFORMS="~amd64" +MYOPTIONS="" + +DEPENDENCIES=" +" + +BUGS_TO="hasufell@posteo.de" + +WORK=${WORKBASE} + +src_install() { + newbin tldr tldr-hs +} +