- migrated to Exherbo

- added a few initial Pantheon components
This commit is contained in:
Martin Sekera 2018-12-08 23:26:56 +01:00
parent cb6360a7e8
commit 2d2bbbc830
85 changed files with 931 additions and 2 deletions

View file

@ -1,24 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit git-2
DESCRIPTION="A much less painful alternative to hexdump(1)."
HOMEPAGE="https://git.covalent.cz/overwatch/over-hex"
SRC_URI=""
EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-hex.git"
LICENSE="AO-JSL"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
RDEPEND="dev-python/over"
src_install() {
/bin/bash install.sh "${D}"
}