Add chiaki-ng-bin package
- Download AppImage from GitHub releases - Add desktop file for chiaki-ng - Add icon for chiaki-ng - Add dependencies that aren't included in AppImage
This commit is contained in:
1
games-util/chiaki-ng-bin/Manifest
Normal file
1
games-util/chiaki-ng-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST chiaki-ng.AppImage.zip 46496538 BLAKE2B 270d65e9b773e6fa0aeade136fe81c96535f9dcd65e5fe173f9f614d9b7557e540452003fc636a8ef902bb59524fe6248e0f9861e517ece348b84a8a4d65b436 SHA512 435c55a06936d814b495437f273b71bf8ebff23e980bb4d01fe49f92485150e10ffbc28dd02c7a761137c3a34c2ed123bcf74fcc01a2bad1b41981512675cbd3
|
35
games-util/chiaki-ng-bin/chiaki-ng-bin-1.9.1.ebuild
Normal file
35
games-util/chiaki-ng-bin/chiaki-ng-bin-1.9.1.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Next-Generation of Chiaki (the open-source remote play client for PlayStation)"
|
||||
HOMEPAGE="https://github.com/streetpea/chiaki-ng"
|
||||
SRC_URI="${HOMEPAGE}/releases/download/v${PV}/chiaki-ng.AppImage.zip"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="
|
||||
sys-fs/fuse:0
|
||||
media-libs/libva
|
||||
dev-util/vulkan-headers
|
||||
dev-libs/hidapi
|
||||
"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
cp chiaki-ng.AppImage chiaki-ng || die
|
||||
dobin chiaki-ng
|
||||
|
||||
insinto /usr/share/icons/hicolor/512x512/apps
|
||||
doins ${FILESDIR}/chiaking.png
|
||||
|
||||
insinto /usr/share/applications
|
||||
doins ${FILESDIR}/chiaking.desktop
|
||||
}
|
7
games-util/chiaki-ng-bin/files/chiaking.desktop
Normal file
7
games-util/chiaki-ng-bin/files/chiaking.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=chiaki-ng
|
||||
Comment=PlayStation Remote Play Client
|
||||
Exec=chiaki-ng
|
||||
Icon=chiaking
|
||||
Categories=Game;
|
BIN
games-util/chiaki-ng-bin/files/chiaking.png
Normal file
BIN
games-util/chiaki-ng-bin/files/chiaking.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
Reference in New Issue
Block a user