Skip to content

Commit

Permalink
Added ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Hahn authored and leachim6 committed Aug 6, 2010
1 parent 71af6e1 commit 7cbdb5b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions e/ebuild.ebuild
@@ -0,0 +1,20 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
#!/bin/bash

DESCRIPTION="Hello World"
HOMEPAGE="http://hello-world.org/"
SRC_URI="http://hello-world.org/"

LICENSE="GPL"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND=""

src_compile() {
einfo "Hello World"
}

0 comments on commit 7cbdb5b

Please sign in to comment.