febuild/games-board/arena-bin/arena-bin-3.10.ebuild

21 lines
377 B
Bash
Executable File

EAPI=8
inherit desktop xdg
DESCRIPTION="Playwitharena chess gui"
HOMEPAGE="https://www.playwitharena.de/"
SRC_URI="http://www.playwitharena.de/downloads/arenalinux_64bit_3.10beta.tar.gz"
LICENSE="GPL-2+ LGPL-2.1+"
KEYWORDS="amd"
SLOT="0"
S=${WORKDIR}
pkg_preinst() {
# doicon "${S}/Arena.ico"
# domenu "${S}/Integration/Desktop/userapp-Arena_linux.desktop.template"
:
}