Added app-office/notesnook-bin-3.0.32

This commit is contained in:
saundersp 2025-03-28 18:14:30 +01:00
parent a3c8a5d4e1
commit 40741e0f5b
3 changed files with 47 additions and 0 deletions

View File

@ -3,6 +3,9 @@ DIST notesnook-bin-3.0.30.amd64.AppImage 111433591 BLAKE2B 8654b06a0499ac044629b
DIST notesnook-bin-3.0.30.arm64.AppImage 111701796 BLAKE2B 889333c322c4a11c0fe1988296d704c717c80dd303e7c83cc8dc0f00f52c578a8c231273c33505e03ce2e6c7059d7767671e635983befdbc7101f29c8099f300 SHA512 d81f1b08c2d17ae4208afdcd15de94adedb8f64e96c5e4fb0ec4ce4832660f9aac737888520a3d2fa165358b6ba8fa3f940cd064a92d10061a80042e462d04eb
DIST notesnook-bin-3.0.31.amd64.AppImage 111433443 BLAKE2B b70972794a7a78273bfea5b8f4bd80c785ac6ac821969d8f20e8f644a3f286a4644fd333f780f9a09bff91c63b4aabe076a633791384f8df2ece7fcad58e054b SHA512 03e6d8a6dd84a37871b974887a2518597479ce30e5b0603e2bba527c54d20c684c521d0da72d3422d64b6242b85f74e8fea448b6469c624abf3d8f2ebbc3edfd
DIST notesnook-bin-3.0.31.arm64.AppImage 111701653 BLAKE2B a18c3e3454c56521b4b655433f06429a6b7d6d45ccf2a4ce2790f007bb1b662a15d53996979b7e14792a104d184948247ccb379c8b6788832a5afff65d494032 SHA512 022c9eff78f0b69a3c5c359c8dca70587ec10e84f0afd70d6b1bb80d65a68583a138657be903a99dd3add34c5deff8fa7f626550db5305c8a294c4b2fc03c8a1
DIST notesnook-bin-3.0.32.amd64.AppImage 111433653 BLAKE2B 2cd0e0f085b574149d4f121ceccb91a56b33f2cbff3de1067337114c6af301c2ae4b5752b2e29379aa3e8f7d6c611443c1dd5c3a13ba673521c91106583de986 SHA512 24c3b69d634b3f91ef594d6a0be133521dc5db5598e445d7b4a759f5682df70d6215bc4aff04d990ea2aaea3ad4ffc0ec3279f337e17e2f24fb52973345da689
DIST notesnook-bin-3.0.32.arm64.AppImage 111701869 BLAKE2B c7638bbeb11b62552e775f80ad2b057cfe0d5c9ff537a554b6b2c2186b4892a47245c3d416bbf09d1be5778ac7ba54d354a9cdf9bf61d7d5faa097623f51b267 SHA512 56e31352bc1cbca3dc0d286d04fa682bcba47de137b429157cb667a7f1a96b518ccf540b2013f08088d4c19652653a17bb700b4edeab583298643327d54dc5d2
EBUILD notesnook-bin-3.0.30.ebuild 934 BLAKE2B 834250293860f83bea2ffafbea70a4ad96d0d76b2b52f9f140daeeeaefd05b596b1694cacad4ea86d00cc6588dde11b843f60b9a94afc6db2dd9ea4a713f61b3 SHA512 b3f78180a3132157a83fced6d2b7492a91c80bb3bdacb89ca1b062ed6bfbbc5112af0b1e3599f42c48cd0b9a895f3b6a19a8435520d00b11a7939d72041ee95d
EBUILD notesnook-bin-3.0.31.ebuild 934 BLAKE2B 834250293860f83bea2ffafbea70a4ad96d0d76b2b52f9f140daeeeaefd05b596b1694cacad4ea86d00cc6588dde11b843f60b9a94afc6db2dd9ea4a713f61b3 SHA512 b3f78180a3132157a83fced6d2b7492a91c80bb3bdacb89ca1b062ed6bfbbc5112af0b1e3599f42c48cd0b9a895f3b6a19a8435520d00b11a7939d72041ee95d
EBUILD notesnook-bin-3.0.32.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.0.32/notesnook_linux_x86_64.AppImage -> notesnook-bin-3.0.32.amd64.AppImage ) arm64? ( https://github.com/streetwriters/notesnook/releases/download/v3.0.32/notesnook_linux_arm64.AppImage -> notesnook-bin-3.0.32.arm64.AppImage )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
_md5_=d6d19d36b02ef3cd40cc2fdd5bdfbde0