mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
app-misc/doublecmd-bin: AppImage version add
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
33
app-misc/doublecmd-bin/doublecmd-bin-9999.ebuild
Normal file
33
app-misc/doublecmd-bin/doublecmd-bin-9999.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Double Commander: file manager with two panels, similar to Total Commander"
|
||||
HOMEPAGE="https://doublecmd.sourceforge.io/"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
PROPERTIES="live"
|
||||
IUSE="+gtk qt5"
|
||||
REQUIRED_USE=" ^^ ( gtk qt5 ) "
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_unpack() {
|
||||
if use gtk; then
|
||||
wget https://download.opensuse.org/repositories/home:/Alexx2000/AppImage/doublecmd-gtk-latest-x86_64.AppImage
|
||||
else
|
||||
wget https://download.opensuse.org/repositories/home:/Alexx2000/AppImage/doublecmd-qt-latest-x86_64.AppImage
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin *.AppImage doublecmd-appimage
|
||||
}
|
||||
Reference in New Issue
Block a user