diff options
-rw-r--r-- | app-office/standartnotes-bin/Manifest | 1 | ||||
-rw-r--r-- | app-office/standartnotes-bin/metadata.xml | 12 | ||||
-rw-r--r-- | app-office/standartnotes-bin/standartnotes-bin-3.183.22.ebuild | 24 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-office/standartnotes-bin/Manifest b/app-office/standartnotes-bin/Manifest new file mode 100644 index 000000000..a7ee12c8c --- /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 000000000..de6e0d000 --- /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.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> 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 000000000..7c63d9818 --- /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 +} |