app-office/nixnote-bin: add PROPERTIES="live", remove duplicate line with S declaration, remove KEYWORDS

Closes: https://bugs.gentoo.org/927532
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-03-22 23:31:09 +04:00
parent 150ae05206
commit bc76f61a3e

View File

@@ -7,10 +7,10 @@ DESCRIPTION="Free and open source note taking app, compatible with Evernote sync
HOMEPAGE="https://github.com/robert7/nixnote2"
SRC_URI="https://github.com/robert7/nixnote2/releases/download/continuous-develop/NixNote2-x86_64.AppImage"
KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
PROPERTIES="live"
RESTRICT="strip"
RDEPEND="sys-fs/fuse:0"
@@ -18,7 +18,6 @@ RDEPEND="sys-fs/fuse:0"
S="${WORKDIR}"
QA_PREBUILT="*"
S="${WORKDIR}"
src_install() {
cp "${DISTDIR}/NixNote2-x86_64.AppImage" nixnote-bin || die