add app-arch/hast
This commit is contained in:
parent
8e48eac4d9
commit
54268bd38f
1 changed files with 24 additions and 0 deletions
24
app-arch/hast/hast-9999.ebuild
Normal file
24
app-arch/hast/hast-9999.ebuild
Normal file
|
@ -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}"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue