Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cfm-0.6.3
@ 2020-09-02 14:36 willeccles
  2020-09-02 14:46 ` [PR PATCH] [Updated] " willeccles
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: willeccles @ 2020-09-02 14:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/willeccles/void-packages master
https://github.com/void-linux/void-packages/pull/24611

New package: cfm-0.6.3
Added package cfm at version 0.6.3. cfm (cactus file manager) is a simple TUI file manager with no dependencies. I will be maintaining the package.

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

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

From 94c57b86c6881f73c13ea89202afd18561aa0d8d Mon Sep 17 00:00:00 2001
From: Will Eccles <will@eccles.dev>
Date: Wed, 2 Sep 2020 10:34:16 -0400
Subject: [PATCH] New package: cfm-0.6.3

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

diff --git a/srcpkgs/cfm/template b/srcpkgs/cfm/template
new file mode 100644
index 00000000000..3b6b2e58135
--- /dev/null
+++ b/srcpkgs/cfm/template
@@ -0,0 +1,21 @@
+# Template file for 'cfm'
+pkgname=cfm
+version=0.6.3
+revision=1
+build_style=gnu-makefile
+make_use_env=compliant
+short_desc="Simple and fast TUI file manager"
+maintainer="Will Eccles <will@eccles.dev>"
+license="MPL-2"
+homepage="https://eccles.dev/cfm"
+distfiles="https://github.com/willeccles/cfm/archive/v${version}.tar.gz"
+checksum="24d208cd6658cb8a0100cc93bad5700883dd176b549ed12c0a6ca4e1551ecc4f"
+
+do_install() {
+    vbin cfm
+    vman cfm.1
+}
+
+post_install() {
+    vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: cfm-0.6.3
  2020-09-02 14:36 [PR PATCH] New package: cfm-0.6.3 willeccles
@ 2020-09-02 14:46 ` willeccles
  2020-09-08 13:15 ` willeccles
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: willeccles @ 2020-09-02 14:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/willeccles/void-packages master
https://github.com/void-linux/void-packages/pull/24611

New package: cfm-0.6.3
Added package cfm at version 0.6.3. cfm (cactus file manager) is a simple TUI file manager with no dependencies. I will be maintaining the package.

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

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

From 94c57b86c6881f73c13ea89202afd18561aa0d8d Mon Sep 17 00:00:00 2001
From: Will Eccles <will@eccles.dev>
Date: Wed, 2 Sep 2020 10:34:16 -0400
Subject: [PATCH 1/2] New package: cfm-0.6.3

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

diff --git a/srcpkgs/cfm/template b/srcpkgs/cfm/template
new file mode 100644
index 00000000000..3b6b2e58135
--- /dev/null
+++ b/srcpkgs/cfm/template
@@ -0,0 +1,21 @@
+# Template file for 'cfm'
+pkgname=cfm
+version=0.6.3
+revision=1
+build_style=gnu-makefile
+make_use_env=compliant
+short_desc="Simple and fast TUI file manager"
+maintainer="Will Eccles <will@eccles.dev>"
+license="MPL-2"
+homepage="https://eccles.dev/cfm"
+distfiles="https://github.com/willeccles/cfm/archive/v${version}.tar.gz"
+checksum="24d208cd6658cb8a0100cc93bad5700883dd176b549ed12c0a6ca4e1551ecc4f"
+
+do_install() {
+    vbin cfm
+    vman cfm.1
+}
+
+post_install() {
+    vlicense LICENSE
+}

From caf092dad1367dba84c913b0d80b03a4354e557f Mon Sep 17 00:00:00 2001
From: Will Eccles <will@eccles.dev>
Date: Wed, 2 Sep 2020 10:45:45 -0400
Subject: [PATCH 2/2] fix template file

---
 srcpkgs/cfm/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cfm/template b/srcpkgs/cfm/template
index 3b6b2e58135..62287a9893d 100644
--- a/srcpkgs/cfm/template
+++ b/srcpkgs/cfm/template
@@ -6,16 +6,16 @@ build_style=gnu-makefile
 make_use_env=compliant
 short_desc="Simple and fast TUI file manager"
 maintainer="Will Eccles <will@eccles.dev>"
-license="MPL-2"
+license="MPL-2.0"
 homepage="https://eccles.dev/cfm"
 distfiles="https://github.com/willeccles/cfm/archive/v${version}.tar.gz"
 checksum="24d208cd6658cb8a0100cc93bad5700883dd176b549ed12c0a6ca4e1551ecc4f"
 
 do_install() {
-    vbin cfm
-    vman cfm.1
+	vbin cfm
+	vman cfm.1
 }
 
 post_install() {
-    vlicense LICENSE
+	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] New package: cfm-0.6.3
  2020-09-02 14:36 [PR PATCH] New package: cfm-0.6.3 willeccles
  2020-09-02 14:46 ` [PR PATCH] [Updated] " willeccles
@ 2020-09-08 13:15 ` willeccles
  2020-09-08 13:16 ` willeccles
  2020-09-08 15:32 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: willeccles @ 2020-09-08 13:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/willeccles/void-packages master
https://github.com/void-linux/void-packages/pull/24611

New package: cfm-0.6.3
Added package cfm at version 0.6.3. cfm (cactus file manager) is a simple TUI file manager with no dependencies. I will be maintaining the package.

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

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

From 85a59c3996ad54fe2cbeb772949b438902793267 Mon Sep 17 00:00:00 2001
From: Will Eccles <will@eccles.dev>
Date: Wed, 2 Sep 2020 10:34:16 -0400
Subject: [PATCH] New package: cfm-0.6.3

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

diff --git a/srcpkgs/cfm/template b/srcpkgs/cfm/template
new file mode 100644
index 00000000000..3d1b6b7fbf2
--- /dev/null
+++ b/srcpkgs/cfm/template
@@ -0,0 +1,21 @@
+# Template file for 'cfm'
+pkgname=cfm
+version=0.6.3
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple and fast TUI file manager"
+maintainer="Will Eccles <will@eccles.dev>"
+license="MPL-2.0"
+homepage="https://eccles.dev/cfm"
+distfiles="https://github.com/willeccles/cfm/archive/v${version}.tar.gz"
+checksum="24d208cd6658cb8a0100cc93bad5700883dd176b549ed12c0a6ca4e1551ecc4f"
+
+do_install() {
+	vbin cfm
+	vman cfm.1
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: cfm-0.6.3
  2020-09-02 14:36 [PR PATCH] New package: cfm-0.6.3 willeccles
  2020-09-02 14:46 ` [PR PATCH] [Updated] " willeccles
  2020-09-08 13:15 ` willeccles
@ 2020-09-08 13:16 ` willeccles
  2020-09-08 15:32 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: willeccles @ 2020-09-08 13:16 UTC (permalink / raw)
  To: ml

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

New comment by willeccles on void-packages repository

https://github.com/void-linux/void-packages/pull/24611#issuecomment-688859019

Comment:
Commits have been squashed; made requested change.

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

* Re: [PR PATCH] [Merged]: New package: cfm-0.6.3
  2020-09-02 14:36 [PR PATCH] New package: cfm-0.6.3 willeccles
                   ` (2 preceding siblings ...)
  2020-09-08 13:16 ` willeccles
@ 2020-09-08 15:32 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-08 15:32 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: cfm-0.6.3
https://github.com/void-linux/void-packages/pull/24611

Description:
Added package cfm at version 0.6.3. cfm (cactus file manager) is a simple TUI file manager with no dependencies. I will be maintaining the package.

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

end of thread, other threads:[~2020-09-08 15:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 14:36 [PR PATCH] New package: cfm-0.6.3 willeccles
2020-09-02 14:46 ` [PR PATCH] [Updated] " willeccles
2020-09-08 13:15 ` willeccles
2020-09-08 13:16 ` willeccles
2020-09-08 15:32 ` [PR PATCH] [Merged]: " ahesford

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