aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-05-11 11:58:33 -0400
committerMike Gilbert <floppym@gentoo.org>2016-05-11 11:58:33 -0400
commit1a29c79831986ebb12d80359bbf38a019d5c1b08 (patch)
tree882db216844f8284f39ad539dae1ad45fab17a87
parentebuild-test/minorsyn: split this into 4 packages (diff)
downloadgen-b0rk-1a29c79831986ebb12d80359bbf38a019d5c1b08.tar.gz
gen-b0rk-1a29c79831986ebb12d80359bbf38a019d5c1b08.tar.bz2
gen-b0rk-1a29c79831986ebb12d80359bbf38a019d5c1b08.zip
skel.ebuild: Add a minimal ebuild as a template
-rw-r--r--skel.ebuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/skel.ebuild b/skel.ebuild
new file mode 100644
index 0000000..fcd75dd
--- /dev/null
+++ b/skel.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Minimal ebuild for creating tests"
+HOMEPAGE="http://example.com/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"