commit:     1a29c79831986ebb12d80359bbf38a019d5c1b08
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 15:58:33 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May 11 15:58:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=1a29c798

skel.ebuild: Add a minimal ebuild as a template

 skel.ebuild | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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"

Reply via email to