You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-util/antimicro/antimicro-2.20.2.ebuild

34 lines
707 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils cmake-utils
DESCRIPTION="Map keyboard and mouse buttons to gamepad buttons"
HOMEPAGE="https://github.com/Ryochan7/antimicro"
SRC_URI="https://github.com/Ryochan7/antimicro/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtnetwork:5
media-libs/libsdl2[X,joystick]
x11-libs/libX11
x11-libs/libXtst"
DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DUSE_SDL_2=ON
)
QT_SELECT=5 cmake-utils_src_configure
}