commit:     5d0b12997bc28b9d80c4a540fa93fd804b64102a
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Dec 14 06:17:35 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 06:17:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d0b1299

app-office/notesnook-bin: add 2.6.12

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-office/notesnook-bin/Manifest                  |  1 +
 app-office/notesnook-bin/metadata.xml              | 12 +++++++++++
 .../notesnook-bin/notesnook-bin-2.6.12.ebuild      | 24 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/app-office/notesnook-bin/Manifest 
b/app-office/notesnook-bin/Manifest
new file mode 100644
index 0000000000..97146a9fc7
--- /dev/null
+++ b/app-office/notesnook-bin/Manifest
@@ -0,0 +1 @@
+DIST notesnook_linux_x86_64.AppImage 98674261 BLAKE2B 
40dc08661709b8bd2dcec32998b8985361a882b48c94a43b8ae905138f478b74959862d18843508295e34c2f8030840361efdea5a9798dd76d0c155dab00758a
 SHA512 
824a138d05550f1994f7ba9d6b4df234cf223edcc8cdc351ca9ad3eaf64de6ce678953b55138278e597d8e72dabb528ad0bde8598bbb1de878e48b083249fdef

diff --git a/app-office/notesnook-bin/metadata.xml 
b/app-office/notesnook-bin/metadata.xml
new file mode 100644
index 0000000000..9893d0c058
--- /dev/null
+++ b/app-office/notesnook-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>zdanevich.vit...@ya.ru</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">streetwriters/notesnook</remote-id>
+               
<bugs-to>https://github.com/streetwriters/notesnook/issues</bugs-to>
+       </upstream>
+</pkgmetadata>

diff --git a/app-office/notesnook-bin/notesnook-bin-2.6.12.ebuild 
b/app-office/notesnook-bin/notesnook-bin-2.6.12.ebuild
new file mode 100644
index 0000000000..1dc48b7745
--- /dev/null
+++ b/app-office/notesnook-bin/notesnook-bin-2.6.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="End-to-end encrypted note taking alternative to Evernote"
+HOMEPAGE="https://notesnook.com/";
+
+SRC_URI="https://github.com/streetwriters/notesnook/releases/download/v${PV}/notesnook_linux_x86_64.AppImage";
+KEYWORDS="~amd64"
+
+LICENSE="GPL-3"
+SLOT="0"
+RESTRICT="strip"
+
+RDEPEND="sys-fs/fuse:0"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_install() {
+       newbin "${DISTDIR}/notesnook_linux_x86_64.AppImage" notesnook-bin
+}

Reply via email to