Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gdrive-2.1.0_1
@ 2020-05-28  3:54 mamins1376
  2020-05-28  4:04 ` [PR PATCH] [Updated] " mamins1376
  2020-05-31 17:46 ` Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: mamins1376 @ 2020-05-28  3:54 UTC (permalink / raw)
  To: ml

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

There is a new pull request by mamins1376 against master on the void-packages repository

https://github.com/mamins1376/void-packages new/gdrive
https://github.com/void-linux/void-packages/pull/22369

New package: gdrive-2.1.0_1


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

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

From 1ebf349f17139e9f3c39d29e7b17a703687bb620 Mon Sep 17 00:00:00 2001
From: Mohammad Amin Sameti <mamins1376@gmail.com>
Date: Thu, 28 May 2020 08:14:02 +0430
Subject: [PATCH] New package: gdrive-2.1.0_1

---
 srcpkgs/gdrive/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/gdrive/template

diff --git a/srcpkgs/gdrive/template b/srcpkgs/gdrive/template
new file mode 100644
index 00000000000..ff90772c394
--- /dev/null
+++ b/srcpkgs/gdrive/template
@@ -0,0 +1,18 @@
+# Template file for 'gdrive'
+pkgname=gdrive
+version=2.1.0
+revision=1
+build_style=go
+go_import_path="github.com/$pkgname-org/$pkgname"
+hostmakedepends="git"
+short_desc="Google Drive CLI Client"
+maintainer="Mohammad Amin Sameti <mamins1376@gmail.com>"
+license="MIT"
+homepage="https://${go_import_path}"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=a1ea624e913e258596ea6340c8818a90c21962b0a75cf005e49a0f72f2077b2e
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] New package: gdrive-2.1.0_1
  2020-05-28  3:54 [PR PATCH] New package: gdrive-2.1.0_1 mamins1376
@ 2020-05-28  4:04 ` mamins1376
  2020-05-31 17:46 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: mamins1376 @ 2020-05-28  4:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mamins1376/void-packages new/gdrive
https://github.com/void-linux/void-packages/pull/22369

New package: gdrive-2.1.0_1


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

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

From c81d9de24c7a6302cbc4cdc4e1ff04c202f24b5e Mon Sep 17 00:00:00 2001
From: Mohammad Amin Sameti <mamins1376@gmail.com>
Date: Thu, 28 May 2020 08:14:02 +0430
Subject: [PATCH] New package: gdrive-2.1.0_1

---
 srcpkgs/gdrive/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/gdrive/template

diff --git a/srcpkgs/gdrive/template b/srcpkgs/gdrive/template
new file mode 100644
index 00000000000..b54f54d4a31
--- /dev/null
+++ b/srcpkgs/gdrive/template
@@ -0,0 +1,18 @@
+# Template file for 'gdrive'
+pkgname=gdrive
+version=2.1.0
+revision=1
+build_style=go
+go_import_path="github.com/$pkgname-org/$pkgname"
+hostmakedepends="git"
+short_desc="Google Drive CLI Client"
+maintainer="Mohammad Amin Sameti <mamins1376@gmail.com>"
+license="MIT"
+homepage="https://github.com/gdrive-org/gdrive"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=a1ea624e913e258596ea6340c8818a90c21962b0a75cf005e49a0f72f2077b2e
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: New package: gdrive-2.1.0_1
  2020-05-28  3:54 [PR PATCH] New package: gdrive-2.1.0_1 mamins1376
  2020-05-28  4:04 ` [PR PATCH] [Updated] " mamins1376
@ 2020-05-31 17:46 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2020-05-31 17:46 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/22369#issuecomment-636504193

Comment:
upstream declared this project unmaintained (despite their [note to pick up maintenance soon](https://github.com/gdrive-org/gdrive/commit/06117fa349db55980766e89d31b6d9afbccedd2a#diff-04c6e90faac2675aa89e2176d2eec7d8) in March 2019, nothing happened since then)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-31 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28  3:54 [PR PATCH] New package: gdrive-2.1.0_1 mamins1376
2020-05-28  4:04 ` [PR PATCH] [Updated] " mamins1376
2020-05-31 17:46 ` Piraty

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).