11 lines
253 B
Bash
11 lines
253 B
Bash
# 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"
|