add urserver ebuild

This commit is contained in:
fabolous005 2026-03-14 10:30:42 +01:00
parent 8a9693cfec
commit 93c8d5c9d4

5
app-misc/unified-remote/unified-remote-9999.ebuild Normal file → Executable file
View File

@ -22,12 +22,13 @@ DEPEND="
" "
src_unpack() { src_unpack() {
# /bin/sh "${DISTDIR}/${A}" --nox11 --keep --target "${S}/unpack_app" -- "-help" || die
unpack_deb "${SRC_URI}" unpack_deb "${SRC_URI}"
} }
src_install() { src_install() {
die sed -i '/^OnlyShowIn=/d' ${S}/usr/share/applications/urserver.desktop
cp -r ${S}/usr ${D}
cp -r ${S}/opt ${D}
} }
pkg_nofetch() { pkg_nofetch() {