dev-util/xxdi: initial import of version 1.0.0

This commit is contained in:
Julian Ospald 2016-02-25 23:56:51 +01:00
parent b2d21f490e
commit 0491e5cbb3
2 changed files with 28 additions and 0 deletions

View File

@ -4,6 +4,7 @@ app-crypt
app-ergonomics
dev-games
dev-libs
dev-util
games-action
games-board
games-engines

View File

@ -0,0 +1,27 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# 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
}