Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: git-ftp-1.5.2
Date: Sat, 05 Oct 2019 02:26:16 +0200	[thread overview]
Message-ID: <20191005002616.krs-mwSRCFO3yDrLuf73W4aYXeG3sNwBdL_Qgcu25_M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15103@inbox.vuxu.org>

[-- 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
+}

  reply	other threads:[~2019-10-05  0:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-05  0:25 [PR PATCH] " voidlinux-github
2019-10-05  0:26 ` voidlinux-github [this message]
2019-10-05  0:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-31  1:52 ` [PR PATCH] [Closed]: " voidlinux-github

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=20191005002616.krs-mwSRCFO3yDrLuf73W4aYXeG3sNwBdL_Qgcu25_M@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).