mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
sys-kernel/xow: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Petrus Zhao <petrus.zy.07@gmail.com>
This commit is contained in:
25
sys-kernel/xow/xow-0.4.ebuild
Normal file
25
sys-kernel/xow/xow-0.4.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Linux driver for the Xbox One wireless dongle"
|
||||
HOMEPAGE="https://github.com/medusalix/xow"
|
||||
SRC_URI="https://github.com/medusalix/xow/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/libusb:1"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
emake BUILD=RELEASE
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="" install
|
||||
}
|
||||
Reference in New Issue
Block a user