Void Linux discussion
 help / color / mirror / Atom feed
From: Quentin Rameau <quinq@fifth.space>
To: Void Linux <void...@googlegroups.com>
Subject: [PATCH] New package: sacc-1.00
Date: Tue, 19 Jun 2018 16:41:13 +0200	[thread overview]
Message-ID: <20180619164113.83390da5d0a2a8e108d58727@fifth.space> (raw)

Thanks to aedinius for the help while reviewing.
---
 srcpkgs/sacc/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/sacc/template

diff --git a/srcpkgs/sacc/template b/srcpkgs/sacc/template
new file mode 100644
index 0000000000..99ac0a8572
--- /dev/null
+++ b/srcpkgs/sacc/template
@@ -0,0 +1,23 @@
+pkgname=sacc
+version=1.00
+revision=1
+wrksrc="$pkgname-v$version"
+build_style="gnu-makefile"
+makedepends="ncurses-devel"
+short_desc="Terminal gopher client"
+maintainer="Quentin Rameau <quinq@fifth.space>"
+license="ISC"
+homepage="gopher://gopher.fifth.space/1/scm/sacc"
+distfiles="ftp://ftp.bitreich.org/releases/$pkgname/$pkgname-v$version.tgz"
+checksum=e4cc0fe68e4fa5b75eb2fcf750d4d9d10cf22db41ae8f256748d8458a268bf66
+
+post_extract() {
+	if [ -r "$FILESDIR/config.h" ]
+	then
+		cp "$FILESDIR/config.h" .
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+}
-- 
2.17.1


             reply	other threads:[~2018-06-19 14:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 14:41 Quentin Rameau [this message]
2018-06-19 16:09 ` Leah Neukirchen
2018-06-19 17:12   ` Quentin Rameau

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=20180619164113.83390da5d0a2a8e108d58727@fifth.space \
    --to=quinq@fifth.space \
    --cc="void..."@googlegroups.com \
    /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).