blob: a33e490430d41a673c5abeba264ee1c1a263fa5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils git-2
EGIT_BRANCH="kogaion"
EGIT_COMMIT="5805b67793b6fb2c38da66d7bb9c88e35bb528a2"
EGIT_REPO_URI="https://gitlab.com/rogentos/calamares.git"
DESCRIPTION="Distribution-independent installer framework ( with Kogaionn/Sabayon support)"
HOMEPAGE="http://calamares.io"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() {
}
src_compile {
}
src_install {
}
|