app-office/standartnotes-bin - 3.183.22 (guru)

Search

Install

Install this version:

emerge -a =app-office/standartnotes-bin-3.183.22

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-office/standartnotes-bin-3.183.22

Or alternatively:

emerge --autounmask-write -a =app-office/standartnotes-bin-3.183.22

Package Information

Description:
End-to-end encrypted note-taking app, alternative to Evernote
Homepage:
https://standardnotes.com
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
3.183.22 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# 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"

S="${WORKDIR}"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="strip"

RDEPEND="sys-fs/fuse:0"

QA_PREBUILT="*"

src_install() {
	newbin "${DISTDIR}/standard-notes-${PV}-linux-x86_64.AppImage" standard-notes-bin
}

Dependencies

RDEPEND

sys-fs/fuse:0

Manifest for 3.183.22

Type File Size Source URLs
DIST standard-notes-3.183.22-linux-x86_64.AppImage 154482446 bytes https://github.com/standardnotes/app/releases/download/%40standardnotes%2Fdesktop%403.183.22/standard-notes-3.183.22-linux-x86_64.AppImage