1
0
Fork 0

added dummy ebuild

This commit is contained in:
Horea Christian 2017-06-15 12:30:39 +02:00
parent 0966fa97a7
commit e943b42e78
1 changed files with 22 additions and 0 deletions

22
foo/foo-0.1.ebuild Normal file
View File

@ -0,0 +1,22 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="My dummy ebuild"
HOMEPAGE="https://www.gentoo.org"
SRC_URI=""
LICENSE="HPND"
SLOT="0/1"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_unpack() (
mkdir "${S}"
)