hasufell-repository/packages/dev-util/xxdi/xxdi-1.0.0.exheres-0

28 lines
490 B
Bash
Raw Normal View History

# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
MODULE_VERSION=001
2016-04-22 15:42:34 +00:00
require github [ user=gregkh tag=v${MODULE_VERSION} ]
SUMMARY="Simple alternative to vim's 'xxd -i' mode"
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() {
2016-02-25 23:23:32 +00:00
dobin xxdi.pl
dodoc README.md
}