Added app-office/notesnook-bin-3.3.3

This commit is contained in:
saundersp
2025-10-31 19:44:54 +01:00
parent f0ff815a2c
commit 0c3ecfb3d7
3 changed files with 47 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
AUX notesnook.png 8808 BLAKE2B 35a26a036eaadc579cf3c6679fa54999174f35cdbbc2ecfc78765b3ed48af4c8265b463d474d56d369a6880cd7f69b2114c7a69a9c1ef0f3ee03dea22828f054 SHA512 53ac1638926e8d6192f43f12528c9e9518e9c28f215c8ef4de59e957fbfd409a094badfee3a88819c67a488e5cb02778a66800d18ba19edea26c3d462b4428b8
DIST notesnook-bin-3.3.2.amd64.AppImage 120918983 BLAKE2B 3dcd6fa862c6a2bab1a00cbb81146ec44c0dd5d8a489f2c4a63d284778b83164803f27032ffc75c99d04c894af132cac53f6e19e90fa0def0586413226b6966f SHA512 1a46573ab8f9fbb274c5310fe0c4196bb87cef1ed80bec293c631779625eedb61658a83f3959fb939fb0ba7e44bab26aa73d8c022b71f23260f483b53b8a04e9
DIST notesnook-bin-3.3.2.arm64.AppImage 121051371 BLAKE2B 2c09d965635853ab19939c0c1559eff695f10327c1f9db0081c9d6c2859658b344c14d58fe1d2b30436298e75d0dcbc09c93f7f7d12c512e5afcf815b04ed09f SHA512 4e22546e43bc9d04419e7b2e4e55c2d28a705edb06a6599df566e00bcfb4dc3f097b60ced6fa7dfda2cbb2207f5728e6e71b27451024a77ec36caa8894a36480
DIST notesnook-bin-3.3.3.amd64.AppImage 120918939 BLAKE2B fd0964d099fd23ecfea8847e844a64db95b4c020614d449c0b2c65879d1842ae4202748ffb60152c1c24c8e1cb237b9678025594db34eaaa2f6c612e94592796 SHA512 245a13206c9211a3373e27459560de6559615eecbf1d1c3b05b88ad28785ed0f4c1bd4996dacfb014ef9750efa406ad1f66f54379ed31fee6145a7baf999a883
DIST notesnook-bin-3.3.3.arm64.AppImage 121047395 BLAKE2B 3a88805bce6f67e697d3597b88480f37d0f587154d3cee65b3cf98808580f09ca122e740c554969b6d9c57499f64250c9dfb2297a26187d5a71d9ff610dff841 SHA512 c1ea56d88d42bcdc8cfda36bea6bbeb88329d8383831f2908723180653c4c0c8aecf4bb7bb69ab5a132debff1d6507325d63e4a178c8ce134c2819c795e5947f
EBUILD notesnook-bin-3.3.2.ebuild 934 BLAKE2B 834250293860f83bea2ffafbea70a4ad96d0d76b2b52f9f140daeeeaefd05b596b1694cacad4ea86d00cc6588dde11b843f60b9a94afc6db2dd9ea4a713f61b3 SHA512 b3f78180a3132157a83fced6d2b7492a91c80bb3bdacb89ca1b062ed6bfbbc5112af0b1e3599f42c48cd0b9a895f3b6a19a8435520d00b11a7939d72041ee95d
EBUILD notesnook-bin-3.3.3.ebuild 934 BLAKE2B 834250293860f83bea2ffafbea70a4ad96d0d76b2b52f9f140daeeeaefd05b596b1694cacad4ea86d00cc6588dde11b843f60b9a94afc6db2dd9ea4a713f61b3 SHA512 b3f78180a3132157a83fced6d2b7492a91c80bb3bdacb89ca1b062ed6bfbbc5112af0b1e3599f42c48cd0b9a895f3b6a19a8435520d00b11a7939d72041ee95d
MISC metadata.xml 975 BLAKE2B 215a8104669acf3be4083fc696442bbdd857db0e6a4cbc05164bbd2dfe260f79698362f7e505729aafbf8db228e8ac7c8298d730a778f8696265d3d67d294931 SHA512 60e73c4d77eb724856cafc6bbd481350c3e19ab616019abc19b73dbee9afbad5c270a4b45314c763ca9662e3ce72ab08075e2a0438e68ef9e7071334274b7d18

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2025 Gentoo Authors
# 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/ https://github.com/streetwriters/notesnook'
RELEASE_URI=https://github.com/streetwriters/notesnook/releases
SRC_URI="
amd64? ( ${RELEASE_URI}/download/v${PV}/notesnook_linux_x86_64.AppImage -> ${P}.amd64.AppImage )
arm64? ( ${RELEASE_URI}/download/v${PV}/notesnook_linux_arm64.AppImage -> ${P}.arm64.AppImage )
"
S="${WORKDIR}"
LICENSE='GPL-3'
SLOT='0'
KEYWORDS='~amd64 ~arm64'
RESTRICT='strip'
RDEPEND='sys-fs/fuse:0'
QA_PREBUILT='*'
inherit desktop
src_install() {
if use amd64; then
newbin "${DISTDIR}/${P}.amd64.AppImage" notesnook
elif use arm64; then
newbin "${DISTDIR}/${P}.arm64.AppImage" notesnook
fi
doicon "${FILESDIR}"/notesnook.png
make_desktop_entry "${PN}" Notesnook notesnook 'Office;'
}

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install
DESCRIPTION=End-to-end encrypted note taking alternative to Evernote
EAPI=8
HOMEPAGE=https://notesnook.com/ https://github.com/streetwriters/notesnook
INHERIT=desktop
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-3
RDEPEND=sys-fs/fuse:0
RESTRICT=strip
SLOT=0
SRC_URI=amd64? ( https://github.com/streetwriters/notesnook/releases/download/v3.3.3/notesnook_linux_x86_64.AppImage -> notesnook-bin-3.3.3.amd64.AppImage ) arm64? ( https://github.com/streetwriters/notesnook/releases/download/v3.3.3/notesnook_linux_arm64.AppImage -> notesnook-bin-3.3.3.arm64.AppImage )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
_md5_=d6d19d36b02ef3cd40cc2fdd5bdfbde0