Void Linux discussion
 help / color / mirror / Atom feed
* [PATCH] New package: sacc-1.00
@ 2018-06-19 14:41 Quentin Rameau
  2018-06-19 16:09 ` Leah Neukirchen
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Rameau @ 2018-06-19 14:41 UTC (permalink / raw)
  To: Void Linux

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


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

end of thread, other threads:[~2018-06-19 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-19 14:41 [PATCH] New package: sacc-1.00 Quentin Rameau
2018-06-19 16:09 ` Leah Neukirchen
2018-06-19 17:12   ` Quentin Rameau

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