11 lines
246 B
Bash
11 lines
246 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
LIBRETRO_REPO_NAME="libretro/dosbox-libretro"
|
|
inherit libretro-core
|
|
|
|
DESCRIPTION="DOSBox libretro port"
|
|
LICENSE="GPL-2+"
|
|
SLOT="0"
|