Add app-office/joplin-bin

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2023-03-28 12:31:50 +04:00
parent f2c933a2fb
commit e74e48b2ef
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Joplin-2.9.17.AppImage 231352915 BLAKE2B a72e570e565c992c1af900f5902a8f667689782c466fe5a7dbd32e1519db3af9a3ec147cfeb8e3303a94561d18821632d5dab6f8b1d0bcf1af9a9817ebe70bd1 SHA512 ca201a5a9239ef1749c8b6a07d97f36a8c3d1b7b4ecc4a5f0074f4b9ee6b9ac966cc2fa6a277ea08f433f8a0a2554b68b7d73a0e1b9adf74b8c0e865ff30b47d

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Note taking app, on Electron, can import notes from Evernote"
HOMEPAGE="https://joplinapp.org"
SRC_URI="https://github.com/laurent22/joplin/releases/download/v${PV}/Joplin-${PV}.AppImage"
KEYWORDS="~amd64"
LICENSE="AGPL-3"
SLOT="0"
IUSE=""
RESTRICT="strip"
RDEPEND="sys-fs/fuse:0"
S="${WORKDIR}"
QA_PREBUILT="*"
S="${WORKDIR}"
src_install() {
cp "${DISTDIR}/Joplin-${PV}.AppImage" joplin-bin || die
dobin joplin-bin
}