diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-05-29 17:56:32 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-05-29 17:56:32 +0100 |
commit | 8b6c7e6c8262b6f57827577f20b8a6c80324419e (patch) | |
tree | 90f43c58bfe2925a6bbcb9f70592e8517c810257 /app-admin/calamares | |
parent | aaa709cb66a7200c9ee988592bb1b793f30af97f (diff) |
preparing our next generation installer, work in progress
Diffstat (limited to 'app-admin/calamares')
-rw-r--r-- | app-admin/calamares/calamares-999.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild new file mode 100644 index 00000000..a33e4904 --- /dev/null +++ b/app-admin/calamares/calamares-999.ebuild @@ -0,0 +1,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 { +} |