Codebase list ohcount / debian/latest test / src_dir / foo.ebuild
debian/latest

Tree @debian/latest (Download .tar.gz)

foo.ebuild @debian/latestraw · 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"
}