Codebase list ohcount / fresh-snapshots/main test / detect_files / foo.ebuild
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

foo.ebuild @fresh-snapshots/mainraw · 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"
}