summaryrefslogtreecommitdiff
path: root/sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild')
-rw-r--r--sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild b/sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild
new file mode 100644
index 0000000..575de8b
--- /dev/null
+++ b/sys-boot/gentoo-branding/gentoo-branding-1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Additional brandings for gentoo"
+HOMEPAGE="http://git.cynerd.cz/gentoo-personal-overlay/"
+S="${WORKDIR}"
+
+LICENSE="GPL-3.0+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+src_install() {
+ insinto /etc
+ doins "${FILESDIR}/issue"
+}