Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: git-ftp-1.5.2
@ 2019-10-05  0:25 voidlinux-github
  2019-10-05  0:26 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-05  0:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages git-ftp
https://github.com/void-linux/void-packages/pull/15103

New package: git-ftp-1.5.2
Allows one to use GIT-style uploading of files through FTP.
I didn't use the included Makefile in src, as it did not respect make_install_args or even setting manually. 



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

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

From fbbfe9b6456a6e29cf2762a4657c23826c7c2699 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 5 Oct 2019 00:22:11 -0500
Subject: [PATCH] initial

---
 srcpkgs/git-ftp/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/git-ftp/template

diff --git a/srcpkgs/git-ftp/template b/srcpkgs/git-ftp/template
new file mode 100644
index 00000000000..8e17358d2d2
--- /dev/null
+++ b/srcpkgs/git-ftp/template
@@ -0,0 +1,24 @@
+# Template file for 'git-ftp'
+pkgname=git-ftp
+version=1.5.2
+revision=1
+archs="noarch"
+makedepends="pandoc"
+depends="bash"
+short_desc="Uploads files GIT-style via FTP"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git-ftp.github.io/"
+distfiles="https://github.com/git-ftp/git-ftp/archive/$version.tar.gz"
+checksum=a6bf52f6f1d30c4d8f52fd0fbd61dc9f32e66099e3e9c4994bec65094305605b
+
+do_build() {
+	cd $wrksrc/man
+	pandoc -s -w man git-ftp.1.md -o ${wrksrc}/man/git-ftp.1
+}
+
+do_install() {
+	cd $wrksrc
+	vbin git-ftp
+	vman man/git-ftp.1
+}

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

* Re: [PR PATCH] [Updated] New package: git-ftp-1.5.2
  2019-10-05  0:25 [PR PATCH] New package: git-ftp-1.5.2 voidlinux-github
  2019-10-05  0:26 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-05  0:26 ` voidlinux-github
  2019-10-31  1:52 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-05  0:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages git-ftp
https://github.com/void-linux/void-packages/pull/15103

New package: git-ftp-1.5.2
Allows one to use GIT-style uploading of files through FTP.
I didn't use the included Makefile in src, as it did not respect make_install_args or even setting manually. 



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

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

From 383bc48c9b21348924826542ef358c929471158d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 5 Oct 2019 00:22:11 -0500
Subject: [PATCH] New Package: git-ftp-1.5.2

---
 srcpkgs/git-ftp/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/git-ftp/template

diff --git a/srcpkgs/git-ftp/template b/srcpkgs/git-ftp/template
new file mode 100644
index 00000000000..8e17358d2d2
--- /dev/null
+++ b/srcpkgs/git-ftp/template
@@ -0,0 +1,24 @@
+# Template file for 'git-ftp'
+pkgname=git-ftp
+version=1.5.2
+revision=1
+archs="noarch"
+makedepends="pandoc"
+depends="bash"
+short_desc="Uploads files GIT-style via FTP"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git-ftp.github.io/"
+distfiles="https://github.com/git-ftp/git-ftp/archive/$version.tar.gz"
+checksum=a6bf52f6f1d30c4d8f52fd0fbd61dc9f32e66099e3e9c4994bec65094305605b
+
+do_build() {
+	cd $wrksrc/man
+	pandoc -s -w man git-ftp.1.md -o ${wrksrc}/man/git-ftp.1
+}
+
+do_install() {
+	cd $wrksrc
+	vbin git-ftp
+	vman man/git-ftp.1
+}

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

* Re: [PR PATCH] [Updated] New package: git-ftp-1.5.2
  2019-10-05  0:25 [PR PATCH] New package: git-ftp-1.5.2 voidlinux-github
@ 2019-10-05  0:26 ` voidlinux-github
  2019-10-05  0:26 ` voidlinux-github
  2019-10-31  1:52 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-05  0:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages git-ftp
https://github.com/void-linux/void-packages/pull/15103

New package: git-ftp-1.5.2
Allows one to use GIT-style uploading of files through FTP.
I didn't use the included Makefile in src, as it did not respect make_install_args or even setting manually. 



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

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

From 383bc48c9b21348924826542ef358c929471158d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 5 Oct 2019 00:22:11 -0500
Subject: [PATCH] New Package: git-ftp-1.5.2

---
 srcpkgs/git-ftp/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/git-ftp/template

diff --git a/srcpkgs/git-ftp/template b/srcpkgs/git-ftp/template
new file mode 100644
index 00000000000..8e17358d2d2
--- /dev/null
+++ b/srcpkgs/git-ftp/template
@@ -0,0 +1,24 @@
+# Template file for 'git-ftp'
+pkgname=git-ftp
+version=1.5.2
+revision=1
+archs="noarch"
+makedepends="pandoc"
+depends="bash"
+short_desc="Uploads files GIT-style via FTP"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git-ftp.github.io/"
+distfiles="https://github.com/git-ftp/git-ftp/archive/$version.tar.gz"
+checksum=a6bf52f6f1d30c4d8f52fd0fbd61dc9f32e66099e3e9c4994bec65094305605b
+
+do_build() {
+	cd $wrksrc/man
+	pandoc -s -w man git-ftp.1.md -o ${wrksrc}/man/git-ftp.1
+}
+
+do_install() {
+	cd $wrksrc
+	vbin git-ftp
+	vman man/git-ftp.1
+}

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

* Re: [PR PATCH] [Closed]: New package: git-ftp-1.5.2
  2019-10-05  0:25 [PR PATCH] New package: git-ftp-1.5.2 voidlinux-github
  2019-10-05  0:26 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-05  0:26 ` voidlinux-github
@ 2019-10-31  1:52 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-31  1:52 UTC (permalink / raw)
  To: ml

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

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

New package: git-ftp-1.5.2
https://github.com/void-linux/void-packages/pull/15103

Description:
Allows one to use GIT-style uploading of files through FTP.
I didn't use the included Makefile in src, as it did not respect make_install_args or even setting manually. 



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

end of thread, other threads:[~2019-10-31  1:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05  0:25 [PR PATCH] New package: git-ftp-1.5.2 voidlinux-github
2019-10-05  0:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-05  0:26 ` voidlinux-github
2019-10-31  1:52 ` [PR PATCH] [Closed]: " voidlinux-github

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