20 lines
372 B
Bash
20 lines
372 B
Bash
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"
|
|
|
|
}
|