From 54268bd38f7d7af3c19ada7170770cdeb35d4888 Mon Sep 17 00:00:00 2001 From: Martinez Date: Mon, 1 Jan 2018 18:09:44 +0100 Subject: [PATCH] add app-arch/hast --- app-arch/hast/hast-9999.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app-arch/hast/hast-9999.ebuild diff --git a/app-arch/hast/hast-9999.ebuild b/app-arch/hast/hast-9999.ebuild new file mode 100644 index 0000000..ef88b3e --- /dev/null +++ b/app-arch/hast/hast-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-2 + +DESCRIPTION="Hashed storage - copies files from directories into one unique store." + +HOMEPAGE="https://git.covalent.cz/aggregate/hast" +SRC_URI="" +EGIT_REPO_URI="https://git.covalent.cz/aggregate/hast.git" + +LICENSE="AO-JSL" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" + +RDEPEND="dev-python/over" + +src_install() { + /bin/bash install.sh "${D}" +}