pinkbyte-overlay/x11-misc/qxneur/qxneur-9999.ebuild

20 lines
389 B
Bash
Raw Normal View History

# Copyright 1999-2017 Gentoo Foundation
2012-01-24 19:13:13 +04:00
# Distributed under the terms of the GNU General Public License v2
EAPI=6
2012-01-24 19:13:13 +04:00
inherit cmake-utils git-r3
2012-01-24 19:13:13 +04:00
DESCRIPTION="Qt4 frontend for X Neural switcher"
HOMEPAGE="https://github.com/KsenZ/qxneur.git"
EGIT_REPO_URI="https://github.com/KsenZ/qxneur.git"
2012-01-24 19:13:13 +04:00
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
2012-01-24 19:13:13 +04:00
src_install() {
cd "${CMAKE_BUILD_DIR}"
dobin "${PN}"
}