Codebase list ohcount / 6ef9399e-69b6-464b-98a8-52915e284046/main test / detect_files / foo.ebuild
6ef9399e-69b6-464b-98a8-52915e284046/main

Tree @6ef9399e-69b6-464b-98a8-52915e284046/main (Download .tar.gz)

foo.ebuild @6ef9399e-69b6-464b-98a8-52915e284046/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"
}