Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: 66-tools-0.0.1.0
@ 2019-09-24 19:05 voidlinux-github
  2019-09-24 19:06 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-24 19:05 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] New package: 66-tools-0.0.1.0
  2019-09-24 19:05 [PR PATCH] New package: 66-tools-0.0.1.0 voidlinux-github
  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
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-24 19:06 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1441 bytes --]

From ea9dd4adca636a002797b4ef447b5068b9068759 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..9c954860c2b
--- /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
+}

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

* Re: [PR PATCH] [Updated] New package: 66-tools-0.0.1.0
  2019-09-24 19:05 [PR PATCH] New package: 66-tools-0.0.1.0 voidlinux-github
@ 2019-09-24 19:06 ` voidlinux-github
  2019-09-24 19:06 ` voidlinux-github
  2019-09-25 10:37 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-24 19:06 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1441 bytes --]

From ea9dd4adca636a002797b4ef447b5068b9068759 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..9c954860c2b
--- /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
+}

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

* Re: [PR PATCH] [Merged]: New package: 66-tools-0.0.1.0
  2019-09-24 19:05 [PR PATCH] New package: 66-tools-0.0.1.0 voidlinux-github
  2019-09-24 19:06 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-24 19:06 ` voidlinux-github
@ 2019-09-25 10:37 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-25 10:37 UTC (permalink / raw)
  To: ml

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

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

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

Description:
Depends on https://github.com/void-linux/void-packages/pull/14690 .

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

end of thread, other threads:[~2019-09-25 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-24 19:05 [PR PATCH] New package: 66-tools-0.0.1.0 voidlinux-github
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

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