Github messages for voidlinux
 help / color / mirror / Atom feed
From: nielznl <nielznl@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: cryptomator-cli-0.4.0
Date: Thu, 19 Nov 2020 17:32:16 +0100	[thread overview]
Message-ID: <20201119163216.fUbUta8lvu-Y7sLk5-VprAFVr2uib4PTv-_WMK13ook@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26438@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

There is an updated pull request by nielznl against master on the void-packages repository

https://github.com/nielznl/void-packages master
https://github.com/void-linux/void-packages/pull/26438

New package: cryptomator-cli-0.4.0
I use this program myself, let me know whether it fits in the packages collection

A patch file from https://github.com/void-linux/void-packages/pull/26438.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-26438.patch --]
[-- Type: text/x-diff, Size: 1684 bytes --]

From da740e8613b254b0ef60ff4238021cf8859e4964 Mon Sep 17 00:00:00 2001
From: nielznl <nielznl@protonmail.com>
Date: Thu, 19 Nov 2020 17:14:11 +0100
Subject: [PATCH] New package: cryptomator-cli-0.4.0

---
 srcpkgs/cryptomator-cli/files/cryptomator-cli |  2 ++
 srcpkgs/cryptomator-cli/template              | 23 +++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/cryptomator-cli/files/cryptomator-cli
 create mode 100644 srcpkgs/cryptomator-cli/template

diff --git a/srcpkgs/cryptomator-cli/files/cryptomator-cli b/srcpkgs/cryptomator-cli/files/cryptomator-cli
new file mode 100644
index 000000000000..e8b14a1e667e
--- /dev/null
+++ b/srcpkgs/cryptomator-cli/files/cryptomator-cli
@@ -0,0 +1,2 @@
+#!/bin/bash
+exec java -jar /usr/share/cryptomator-cli/cryptomator-cli-0.4.0.jar
diff --git a/srcpkgs/cryptomator-cli/template b/srcpkgs/cryptomator-cli/template
new file mode 100644
index 000000000000..52366f3984c3
--- /dev/null
+++ b/srcpkgs/cryptomator-cli/template
@@ -0,0 +1,23 @@
+# Template file for 'cryptomator-cli'
+pkgname=cryptomator-cli
+version=0.4.0
+revision=1
+wrksrc="cli-${version}"
+makedepends="apache-maven"
+depends="openjdk11 davfs2"
+short_desc="Cryptomator Command Line Interface "
+maintainer="nielznl <nielznl@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://cryptomator.org"
+distfiles="https://github.com/cryptomator/cli/archive/${version}.tar.gz"
+checksum=53a52dab25ca9d0e565e2066050fbe3933ffacb7ce14eb2f965ca818e8e4a49b
+
+do_build() {
+	mvn clean install
+}
+
+do_install() {
+	vmkdir usr/share/${pkgname}
+	vcopy "target/${pkgname}-${version}.jar" "usr/share/${pkgname}/"
+	vbin "${FILESDIR}/${pkgname}"
+}

  parent reply	other threads:[~2020-11-19 16:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16 18:55 [PR PATCH] " nielznl
2020-11-19  3:40 ` [PR REVIEW] " ericonr
2020-11-19  3:40 ` ericonr
2020-11-19 16:26 ` [PR PATCH] [Updated] " nielznl
2020-11-19 16:32 ` nielznl [this message]
2020-11-19 17:08 ` [PR REVIEW] " nielznl
2020-11-19 17:12 ` nielznl
2020-11-20 18:45 ` nielznl
2020-11-20 18:46 ` nielznl
2020-11-20 18:49 ` nielznl
2020-11-20 18:58 ` nielznl
2020-11-20 18:59 ` nielznl
2020-11-20 19:02 ` nielznl
2020-11-20 19:03 ` nielznl
2021-12-04 14:08 ` [PR PATCH] [Updated] " nielznl
2021-12-04 14:14 ` [PR PATCH] [Closed]: " nielznl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201119163216.fUbUta8lvu-Y7sLk5-VprAFVr2uib4PTv-_WMK13ook@z \
    --to=nielznl@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).