1
0
mirror of synced 2025-01-05 19:35:27 +01:00
2017-06-15 12:33:06 +02:00

23 lines
616 B
Bash

# 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}"
)