Codebase list ohcount / e3e8128 test / src_dir / foo.ebuild
e3e8128

Tree @e3e8128 (Download .tar.gz)

foo.ebuild @e3e8128raw · history · blame

# This is an ebuild.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="An ebuild"
HOMEPAGE=""
SRC_URI=""

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

DEPEND=""
RDEPEND=""

pkg_setup() {
	# This is foo
	einfo "This is foo"
}