diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2023-12-14 10:17:35 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2023-12-14 10:17:35 +0400 |
commit | 5d0b12997bc28b9d80c4a540fa93fd804b64102a (patch) | |
tree | bddb47c63f4936be314f242b8a19b366f4c89279 /app-office | |
parent | app-office/standartnotes-bin: add 3.183.22 (diff) | |
download | guru-5d0b12997bc28b9d80c4a540fa93fd804b64102a.tar.gz guru-5d0b12997bc28b9d80c4a540fa93fd804b64102a.tar.bz2 guru-5d0b12997bc28b9d80c4a540fa93fd804b64102a.zip |
app-office/notesnook-bin: add 2.6.12
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/notesnook-bin/Manifest | 1 | ||||
-rw-r--r-- | app-office/notesnook-bin/metadata.xml | 12 | ||||
-rw-r--r-- | app-office/notesnook-bin/notesnook-bin-2.6.12.ebuild | 24 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-office/notesnook-bin/Manifest b/app-office/notesnook-bin/Manifest new file mode 100644 index 000000000..97146a9fc --- /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 000000000..9893d0c05 --- /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.vitaly@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 000000000..1dc48b774 --- /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 +} |