diff --git a/app-office/notesnook-bin/Manifest b/app-office/notesnook-bin/Manifest new file mode 100644 index 0000000000..97146a9fc7 --- /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 0000000000..9893d0c058 --- /dev/null +++ b/app-office/notesnook-bin/metadata.xml @@ -0,0 +1,12 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + streetwriters/notesnook + https://github.com/streetwriters/notesnook/issues + + 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 0000000000..1dc48b7745 --- /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 +}