rand/dev-util/over-hex/over-hex-9999.ebuild
2024-10-24 16:01:27 +02:00

28 lines
580 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="A somewhat less painful alternative to hexdump(1). With prettier colors and probably more bugs."
HOMEPAGE="https://git.decade.cz/decade-public/${PN}"
EGIT_REPO_URI="https://git.decade.cz/decade-public/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
RDEPEND="
dev-python/over
"
src_install() {
exeinto /usr/share/${PN}
doexe ${PN}.py
insinto /usr/share/${PN}
doins version.py
dosym /usr/share/${PN}/${PN}.py /usr/bin/${PN}
}