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

app-office/standartnotes-bin: add 3.183.22

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

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

diff --git a/app-office/standartnotes-bin/Manifest 
b/app-office/standartnotes-bin/Manifest
new file mode 100644
index 0000000000..a7ee12c8cb
--- /dev/null
+++ b/app-office/standartnotes-bin/Manifest
@@ -0,0 +1 @@
+DIST standard-notes-3.183.22-linux-x86_64.AppImage 154482446 BLAKE2B 
b9b7486257617b6a699363ff402db3d9592f3621dd4f93d916ddfb4c73ad20970a8fc7859f7771ba6bfb958cedbc1bfb31e5144cb2d09fa57a4cee76bdd14044
 SHA512 
a93271ffd831b94b5828c53d055b907a4b8343eb254e049cf65793130c78eba52b429bbe800652b27459cfce2fd566605953c32d007a36c182a6849a6a3c2f01

diff --git a/app-office/standartnotes-bin/metadata.xml 
b/app-office/standartnotes-bin/metadata.xml
new file mode 100644
index 0000000000..de6e0d000d
--- /dev/null
+++ b/app-office/standartnotes-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">standardnotes/app</remote-id>
+               
<bugs-to>https://github.com/standardnotes/forum/issues/</bugs-to>
+       </upstream>
+</pkgmetadata>

diff --git a/app-office/standartnotes-bin/standartnotes-bin-3.183.22.ebuild 
b/app-office/standartnotes-bin/standartnotes-bin-3.183.22.ebuild
new file mode 100644
index 0000000000..7c63d9818e
--- /dev/null
+++ b/app-office/standartnotes-bin/standartnotes-bin-3.183.22.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 app, alternative to Evernote"
+HOMEPAGE="https://standardnotes.com";
+
+SRC_URI="https://github.com/standardnotes/app/releases/download/%40standardnotes%2Fdesktop%40${PV}/standard-notes-${PV}-linux-x86_64.AppImage";
+KEYWORDS="~amd64"
+
+LICENSE="AGPL-3"
+SLOT="0"
+RESTRICT="strip"
+
+RDEPEND="sys-fs/fuse:0"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_install() {
+       newbin "${DISTDIR}/standard-notes-${PV}-linux-x86_64.AppImage" 
standard-notes-bin
+}

Reply via email to