mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 20:08:43 -04:00
net-misc/uuplugin: add 7.12.12
Signed-off-by: jinqiang zhang <jinqiang@zhang.my>
This commit is contained in:
parent
31305386d4
commit
ea0efe188d
26
net-misc/uuplugin/uuplugin-7.12.12.ebuild
Normal file
26
net-misc/uuplugin/uuplugin-7.12.12.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit systemd
|
||||
|
||||
DESCRIPTION="UU Game Accelerator for Linux"
|
||||
HOMEPAGE="https://uu.163.com/"
|
||||
SRC_URI="https://uu.gdl.netease.com/uuplugin/steam-deck-plugin-x86_64/v${PV}/uu.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="mirror strip bindist"
|
||||
|
||||
QA_PREBUILT="usr/bin/uuplugin"
|
||||
|
||||
src_install() {
|
||||
dobin uuplugin
|
||||
insinto /etc/uuplugin
|
||||
doins uu.conf
|
||||
systemd_dounit "${FILESDIR}/uuplugin.service"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user