Bump and add xpipe

This commit is contained in:
Mario Fetka
2024-01-24 22:46:12 +01:00
parent 14ff463e30
commit 8eceb90714
16 changed files with 218 additions and 11 deletions

2
dev-util/xpipe/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST xpipe-installer-linux-1.7.16-x86_64.deb 154191036 BLAKE2B c17ac4264e202b46e793bd85b72b01b2b787fda4c815d913a4b224a88901b8e9742353bc54b6603bb8f82077ba8347c861b8f9a18133e3a5c9cd5e03d3895f69 SHA512 c03d02ce7795534960eb7556e8a2a9b9b4999c246cc05b0e46d596c40e018e970c5ca30731d729d5e510b9d992654e690ce7486faabf99627e5c49b6c9b64fb9
EBUILD xpipe-1.7.16.ebuild 1106 BLAKE2B 8df8d13cca0d600588b19b4835be7fe66d0f870bfb7a09edbac78f3ef234b546717cd8431c50774b366ea9c515205edacea2ef49899fb12be705d17fda5c007b SHA512 5114c100cc37509dbe952b6cc3bb3e042c1332c049adbea21c1e36f4d59ae9dcb8afe80ab1b5c6e007d7b9119d8751d7db1050dc70f55d3453df174096471a42

View File

@@ -0,0 +1,47 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop unpacker xdg
DESCRIPTION="Your entire server infrastructure at your fingertips"
HOMEPAGE="https://xpipe.io/"
SRC_URI="https://github.com/${PN}-io/${PN}/releases/download/${PV}/${PN}-installer-linux-x86_64.deb -> ${PN}-installer-linux-${PV}-x86_64.deb"
#SRC_URI="https://github.com/${PN}-io/${PN}/releases/download/${PV}/${PN}-installer-linux-x86_64.tar.gz -> ${PN}-installer-linux-${PV}-x86_64.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror splitdebug test"
#IUSE="swiftshader system-ffmpeg"
IUSE=""
QA_PREBUILT="*"
RDEPEND="
"
S="${WORKDIR}"
#src_prepare() {
# default
# sed -i '/OnlyShowIn=/d' usr/share/applications/${PN}.desktop || die
# sed -e "s@^TEAMS_PATH=.*@TEAMS_PATH=${EPREFIX}/opt/${PN}/${PN}@" \
# -i usr/bin/${PN} || die
#}
src_install() {
insinto /opt
doins -r opt/${PN}
insinto /etc
doins -r etc/bash_completion.d
insinto /usr
doins -r usr/bin
domenu opt/${PN}/${PN}.desktop
doman usr/share/man/man1/*
}