24 lines
496 B
Bash
24 lines
496 B
Bash
|
|
# Copyright 1999-2017 Gentoo Foundation
|
||
|
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
|
||
|
|
EAPI=6
|
||
|
|
|
||
|
|
DESCRIPTION="Champions of Regnum Dependencies"
|
||
|
|
HOMEPAGE="https://www.championsofregnum.com/"
|
||
|
|
|
||
|
|
LICENSE="metapackage"
|
||
|
|
SLOT="0"
|
||
|
|
KEYWORDS="x86 amd64"
|
||
|
|
IUSE=""
|
||
|
|
|
||
|
|
RDEPEND="media-libs/libpng:1.2
|
||
|
|
media-libs/libtxc_dxtn
|
||
|
|
sys-libs/ncurses:5
|
||
|
|
x11-themes/gtk-engines-adwaita
|
||
|
|
virtual/jpeg:62"
|
||
|
|
|
||
|
|
pkg_postinst() {
|
||
|
|
elog "You should now be able to install Champions of Regnum"
|
||
|
|
}
|
||
|
|
|