summaryrefslogtreecommitdiff
path: root/app-misc/redcore-live/redcore-live-314.ebuild
blob: 06e4dd549763a07c9985c115487f0abd8f228810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Distributed under the terms of the GNU General Public License v2

EAPI=6

EGIT_BRANCH="master"
EGIT_REPO_URI="https://pagure.io/redcore/redcore-live.git"

inherit eutils git-r3

DESCRIPTION="Redcore Linux live scripts"
HOMEPAGE="http://redcorelinux.org"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	default
}