Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: 66-tools-0.0.1.0
Date: Tue, 24 Sep 2019 21:05:21 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14692@inbox.vuxu.org> (raw)

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

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

https://github.com/mobinmob/void-packages 66tools
https://github.com/void-linux/void-packages/pull/14692

New package: 66-tools-0.0.1.0
Depends on https://github.com/void-linux/void-packages/pull/14690 .

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

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

From 464decfb67b95c9a7786e3b40a697f84cacc8017 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 24 Sep 2019 22:00:46 +0300
Subject: [PATCH] New package: 66-tools-0.0.1.0

---
 srcpkgs/66-tools/template | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/66-tools/template

diff --git a/srcpkgs/66-tools/template b/srcpkgs/66-tools/template
new file mode 100644
index 00000000000..f1879471e7c
--- /dev/null
+++ b/srcpkgs/66-tools/template
@@ -0,0 +1,33 @@
+# Template file for '66-tools'
+pkgname=66-tools
+version=0.0.1.0
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=configure
+configure_args="--prefix=/usr
+ --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+hostmakedepends="pkg-config scdoc"
+makedepends="oblibs-devel execline-devel skalibs-devel"
+short_desc="Small tools and helpers for service scripts execution"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="ISC"
+homepage="http://web.obarun.org/software/index.html"
+distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
+checksum=e3ce0a1de81196ca7e6ab0bee720022b98dabaa7dd01d9c4c1cc98a90cb3a2a7
+
+pre_build() {
+	make man
+}
+
+post_install() {
+	local i
+	vlicense COPYING
+	for i in doc/html/*.html ; do
+		vdoc $i
+	done
+	vdoc README
+	for i in doc/man/*.{1,5} ; do
+		vman $i
+	done
+}
\ No newline at end of file

             reply	other threads:[~2019-09-24 19:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-24 19:05 voidlinux-github [this message]
2019-09-24 19:06 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-24 19:06 ` voidlinux-github
2019-09-25 10:37 ` [PR PATCH] [Merged]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14692@inbox.vuxu.org \
    --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).