commit: 42e41646d7165208986db4345403580f01f82bb3
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Aug 5 19:09:20 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat Aug 5 19:09:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42e41646
app-office/drawio-desktop-bin: new package, add 21.6.5
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-office/drawio-desktop-bin/Manifest | 1 +
.../drawio-desktop-bin-21.6.5.ebuild | 26 ++++++++++++++++++++++
app-office/drawio-desktop-bin/metadata.xml | 12 ++++++++++
3 files changed, 39 insertions(+)
diff --git a/app-office/drawio-desktop-bin/Manifest
b/app-office/drawio-desktop-bin/Manifest
new file mode 100644
index 0000000000..da785569c0
--- /dev/null
+++ b/app-office/drawio-desktop-bin/Manifest
@@ -0,0 +1 @@
+DIST drawio-x86_64-21.6.5.AppImage 163718032 BLAKE2B
04a9a0b0a19442110eecf199bb92d3f4f98d218abc6873c59fa2539c3c661de1e78137edab614a198d36f93e4f09ba47c185e8bb3b859d1d37f71f9cdefb2048
SHA512
eb3e998d7ef430fd38d9f6aaa3c625766637615bec5f735e2e9740c16dcbbcd6d671c619f7dac8ae5cd2ee9a4618c23d00bdf34c6d8a21b463c4fdcb95b5b7f2
diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild
b/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild
new file mode 100644
index 0000000000..23c5fff5dd
--- /dev/null
+++ b/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-bin/}"
+
+DESCRIPTION="Diagram drawing application built on web technologies"
+HOMEPAGE="https://github.com/jgraph/drawio-desktop"
+
+SRC_URI="https://github.com/jgraph/${MY_PN}/releases/download/v${PV}/drawio-x86_64-${PV}.AppImage"
+KEYWORDS="~amd64"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RESTRICT="strip"
+
+RDEPEND="sys-fs/fuse:0"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_install() {
+ newbin "${DISTDIR}/drawio-x86_64-21.6.5.AppImage" drawio-appimage
+}
diff --git a/app-office/drawio-desktop-bin/metadata.xml
b/app-office/drawio-desktop-bin/metadata.xml
new file mode 100644
index 0000000000..033e236961
--- /dev/null
+++ b/app-office/drawio-desktop-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Vitaly Zdanevich</name>
+ <email>[email protected]</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">jgraph/drawio-desktop</remote-id>
+
<bugs-to>https://github.com/jgraph/drawio-desktop/issues</bugs-to>
+ </upstream>
+</pkgmetadata>