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:
Petrus Zhao
2020-05-25 23:41:15 +08:00
parent d4915634db
commit e9e6629c45
3 changed files with 37 additions and 0 deletions

View 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
}