aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Zdanevich <zdanevich.vitaly@ya.ru>2023-03-28 12:33:36 +0400
committerVitaly Zdanevich <zdanevich.vitaly@ya.ru>2023-03-28 12:33:36 +0400
commit5752427322c617a2c757a1daaa6a7ac025754672 (patch)
treeb0ca797d0be63fd1d67d16364e88f0eadf382cd4 /app-office
parentAdd app-office/joplin-bin (diff)
downloadguru-5752427322c617a2c757a1daaa6a7ac025754672.tar.gz
guru-5752427322c617a2c757a1daaa6a7ac025754672.tar.bz2
guru-5752427322c617a2c757a1daaa6a7ac025754672.zip
nixnote-bin move from gui-apps to app-office
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/nixnote-bin/Manifest1
-rw-r--r--app-office/nixnote-bin/metadata.xml12
-rw-r--r--app-office/nixnote-bin/nixnote-bin-9999.ebuild27
3 files changed, 40 insertions, 0 deletions
diff --git a/app-office/nixnote-bin/Manifest b/app-office/nixnote-bin/Manifest
new file mode 100644
index 000000000..8879f4d26
--- /dev/null
+++ b/app-office/nixnote-bin/Manifest
@@ -0,0 +1 @@
+DIST NixNote2-x86_64.AppImage 54973632 BLAKE2B 4d3e2e92734dc95f27f7240cb940d20a8eb253ccd79210f08407724c012fdbd2dec81916906bddf85ff72cd30997adb6bd9c57c634d2392c1b422109aa4ed2b8 SHA512 821959221aaa9605f854bfaecb29801f3ed386e62c83d76a09accb4899bcdf6f8c3fa55d04a1d045ef56aa96aeea84266050f027d0d155b5ccfb09cc1787c441
diff --git a/app-office/nixnote-bin/metadata.xml b/app-office/nixnote-bin/metadata.xml
new file mode 100644
index 000000000..59b728cfa
--- /dev/null
+++ b/app-office/nixnote-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Vitaly Zdanevich</name>
+ <email>zdanevich.vitaly@ya.ru</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">robert7/nixnote2</remote-id>
+ <bugs-to>https://github.com/robert7/nixnote2/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/app-office/nixnote-bin/nixnote-bin-9999.ebuild b/app-office/nixnote-bin/nixnote-bin-9999.ebuild
new file mode 100644
index 000000000..0bb0bb74d
--- /dev/null
+++ b/app-office/nixnote-bin/nixnote-bin-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Free and open source note taking app, compatible with Evernote sync server"
+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"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND="sys-fs/fuse:0"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+S="${WORKDIR}"
+
+src_install() {
+ cp "${DISTDIR}/NixNote2-x86_64.AppImage" nixnote-bin || die
+ dobin nixnote-bin
+}