# Copyright 2018 Martin Sekera # Distributed under the terms of the GNU General Public License v2 SUMMARY="A somewhat less painful alternative to hexdump(1)." HOMEPAGE="https://git.aggregate.cz/overwatch/${PN}" LICENCES="GPL-3" SLOT="0" PLATFORMS="~amd64 ~armv7 ~x86" MYOPTIONS="" SCM_REPOSITORY="https://git.aggregate.cz/overwatch/${PN}.git" if ! ever is_scm; then SCM_BRANCH="${PV}" fi DEPENDENCIES=" run: dev-python/over " require scm-git src_install() { exeinto /usr/share/${PN} doexe ${PN}.py insinto /usr/share/${PN} doins version.py dodir /usr/$(exhost --target)/bin dosym /usr/share/${PN}/${PN}.py /usr/$(exhost --target)/bin/${PN} }