summaryrefslogtreecommitdiff
path: root/dev-go/go-md2man/go-md2man-1.0.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /dev-go/go-md2man/go-md2man-1.0.8.ebuild
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'dev-go/go-md2man/go-md2man-1.0.8.ebuild')
-rw-r--r--dev-go/go-md2man/go-md2man-1.0.8.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-go/go-md2man/go-md2man-1.0.8.ebuild b/dev-go/go-md2man/go-md2man-1.0.8.ebuild
deleted file mode 100644
index 0fa2e9d8aeb7..000000000000
--- a/dev-go/go-md2man/go-md2man-1.0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/cpuguy83/go-md2man
-
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
- EGIT_COMMIT=v${PV}
- SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="A utility to convert markdown to man pages"
-HOMEPAGE="https://github.com/cpuguy83/go-md2man"
-LICENSE="BSD-2 MIT"
-SLOT="0"
-IUSE=""
-
-src_install() {
- "${S}"/go-md2man -in src/${EGO_PN}/go-md2man.1.md -out go-md2man.1
- dobin go-md2man
- doman go-md2man.1
-}