summaryrefslogtreecommitdiff
path: root/games-emulation/libretro-dosbox/libretro-dosbox-0.0.1_pre20180723.ebuild
blob: 0b886621f5676b2880cf6e6477b640491ed474fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

LIBRETRO_REPO_NAME="libretro/dosbox-libretro"
LIBRETRO_COMMIT_SHA="169d476437ec813b462a47254f24cf78473389c8"
KEYWORDS="~amd64 ~x86"
inherit flag-o-matic libretro-core

DESCRIPTION="DOSBox libretro port"
LICENSE="GPL-2+"
SLOT="0"

src_compile() {
	append-cxxflags -std=gnu++11
	default
}