summaryrefslogtreecommitdiff
blob: e244341ed88962ec0556fc88d29a221667f61f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

LIBRETRO_CORE_NAME="2048"
inherit libretro-core

DESCRIPTION="Port of 2048 puzzle game to the libretro API"
LICENSE="Unlicense"
SLOT="0"