From 0491e5cbb37bd4203ebc315e336e601533bc7322 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 25 Feb 2016 23:56:51 +0100 Subject: [PATCH] dev-util/xxdi: initial import of version 1.0.0 --- metadata/categories.conf | 1 + packages/dev-util/xxdi/xxdi-1.0.0.exheres-0 | 27 +++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 packages/dev-util/xxdi/xxdi-1.0.0.exheres-0 diff --git a/metadata/categories.conf b/metadata/categories.conf index 614a7a5..7f39723 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -4,6 +4,7 @@ app-crypt app-ergonomics dev-games dev-libs +dev-util games-action games-board games-engines diff --git a/packages/dev-util/xxdi/xxdi-1.0.0.exheres-0 b/packages/dev-util/xxdi/xxdi-1.0.0.exheres-0 new file mode 100644 index 0000000..64a6e4f --- /dev/null +++ b/packages/dev-util/xxdi/xxdi-1.0.0.exheres-0 @@ -0,0 +1,27 @@ +# Copyright 2016 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +MODULE_VERSION=001 + +SUMMARY="Simple alternative to vim's 'xxd -i' mode" +HOMEPAGE="https://github.com/gregkh/xxdi" +DOWNLOADS="https://github.com/gregkh/xxdi/archive/v${MODULE_VERSION}.tar.gz -> ${PNV}.tar.gz" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + run: + dev-lang/perl:* + dev-perl/File-Slurp +" + +WORK=${WORKBASE}/${PN}-${MODULE_VERSION} + +src_install() { + dobin xxdi.pl + dodoc README.md +} +