net-misc/onedrivegui-bin - 1.2.1 (dlang)

Search

Package Information

Description:
A simple GUI for OneDrive Linux client, with multi-account support.
Homepage:
https://github.com/bpozdena/OneDriveGUI
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2.1 8 -* ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

M_PN=OneDriveGUI

DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support."
HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"

inherit desktop xdg-utils
SRC_URI="
	https://github.com/bpozdena/${M_PN}/releases/download/v${PV}/${M_PN}-${PV}-x86_64.AppImage -> ${P}.AppImage
	https://raw.githubusercontent.com/bpozdena/${M_PN}/refs/tags/v${PV}/src/resources/images/${M_PN}.png -> OneDriveGUI-${PV}.png
"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="-* ~amd64"

RDEPEND="
	>=net-misc/onedrive-2.5.6
	!net-misc/onedrivegui
	sys-fs/fuse:0
"

RESTRICT="strip test"

src_install() {
	#Install binary and alias command
	newbin "${DISTDIR}/${P}.AppImage" OneDriveGUI

	#Icon and Desktop File
	newicon "${DISTDIR}/OneDriveGUI-${PV}.png" OneDriveGUI.png
	domenu "${FILESDIR}/OneDriveGUI.desktop"
}

pkg_postinst() {
	xdg_desktop_database_update
	xdg_icon_cache_update
}

pkg_postrm() {
	xdg_desktop_database_update
	xdg_icon_cache_update
}

Dependencies

RDEPEND

	>=net-misc/onedrive-2.5.6
	!net-misc/onedrivegui
	sys-fs/fuse:0

Manifest for 1.2.1

Type File Size Source URLs
DIST OneDriveGUI-1.2.1.png 1041 bytes https://raw.githubusercontent.com/bpozdena/OneDriveGUI/refs/tags/v1.2.1/src/resources/images/OneDriveGUI.png
DIST onedrivegui-bin-1.2.1.AppImage 63341760 bytes https://github.com/bpozdena/OneDriveGUI/releases/download/v1.2.1/OneDriveGUI-1.2.1-x86_64.AppImage