app-office/standartnotes-bin: add 3.183.22

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2023-12-14 10:04:17 +04:00
parent 129864394f
commit 5e72d615e9
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST standard-notes-3.183.22-linux-x86_64.AppImage 154482446 BLAKE2B b9b7486257617b6a699363ff402db3d9592f3621dd4f93d916ddfb4c73ad20970a8fc7859f7771ba6bfb958cedbc1bfb31e5144cb2d09fa57a4cee76bdd14044 SHA512 a93271ffd831b94b5828c53d055b907a4b8343eb254e049cf65793130c78eba52b429bbe800652b27459cfce2fd566605953c32d007a36c182a6849a6a3c2f01

View File

@@ -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.vitaly@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>

View File

@@ -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
}