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 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + standardnotes/app + https://github.com/standardnotes/forum/issues/ + + 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 +}