Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mtm-1.0.1.
@ 2019-09-30  8:46 voidlinux-github
  2019-09-30 10:59 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-30  8:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages mtm
https://github.com/void-linux/void-packages/pull/14842

New package: mtm-1.0.1.
None

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

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

From a018883e8eaf193363daa206235ddfc1c08d30d0 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 24 Jul 2019 07:46:37 -0700
Subject: [PATCH] New package: mtm-1.0.1.

---
 srcpkgs/mtm/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/mtm/template

diff --git a/srcpkgs/mtm/template b/srcpkgs/mtm/template
new file mode 100644
index 00000000000..66dfe25bb22
--- /dev/null
+++ b/srcpkgs/mtm/template
@@ -0,0 +1,23 @@
+# Template file for 'mtm'
+pkgname=mtm
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="ncurses"
+makedepends="ncurses-devel ncurses-libs"
+short_desc="Micro Terminal Multiplexer"
+maintainer="travankor <travankor@tuta.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/deadpixi/mtm"
+distfiles="https://github.com/deadpixi/mtm/archive/${version}.tar.gz"
+checksum=3f3e723466f3bb88afb7a49b66a790f3aaf6786654e8f1f056edc09fa99abd85
+
+do_build() {
+	make HEADERS='-DNCURSESW_INCLUDE_H="<ncurses.h>"'
+}
+
+do_install() {
+	make install-terminfo
+	vbin mtm
+	vman mtm.1
+}

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

* Re: [PR PATCH] [Updated] New package: mtm-1.0.1.
  2019-09-30  8:46 [PR PATCH] New package: mtm-1.0.1 voidlinux-github
@ 2019-09-30 10:59 ` voidlinux-github
  2019-09-30 10:59 ` voidlinux-github
  2019-09-30 18:26 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-30 10:59 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages mtm
https://github.com/void-linux/void-packages/pull/14842

New package: mtm-1.0.1.
None

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

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

From f437a125b19656b95863d691e13f599e94174468 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 24 Jul 2019 07:46:37 -0700
Subject: [PATCH] New package: mtm-1.1.0.

---
 srcpkgs/mtm/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/mtm/template

diff --git a/srcpkgs/mtm/template b/srcpkgs/mtm/template
new file mode 100644
index 00000000000..66dfe25bb22
--- /dev/null
+++ b/srcpkgs/mtm/template
@@ -0,0 +1,23 @@
+# Template file for 'mtm'
+pkgname=mtm
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="ncurses"
+makedepends="ncurses-devel ncurses-libs"
+short_desc="Micro Terminal Multiplexer"
+maintainer="travankor <travankor@tuta.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/deadpixi/mtm"
+distfiles="https://github.com/deadpixi/mtm/archive/${version}.tar.gz"
+checksum=3f3e723466f3bb88afb7a49b66a790f3aaf6786654e8f1f056edc09fa99abd85
+
+do_build() {
+	make HEADERS='-DNCURSESW_INCLUDE_H="<ncurses.h>"'
+}
+
+do_install() {
+	make install-terminfo
+	vbin mtm
+	vman mtm.1
+}

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

* Re: [PR PATCH] [Updated] New package: mtm-1.0.1.
  2019-09-30  8:46 [PR PATCH] New package: mtm-1.0.1 voidlinux-github
  2019-09-30 10:59 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-30 10:59 ` voidlinux-github
  2019-09-30 18:26 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-30 10:59 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages mtm
https://github.com/void-linux/void-packages/pull/14842

New package: mtm-1.0.1.
None

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

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

From f437a125b19656b95863d691e13f599e94174468 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 24 Jul 2019 07:46:37 -0700
Subject: [PATCH] New package: mtm-1.1.0.

---
 srcpkgs/mtm/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/mtm/template

diff --git a/srcpkgs/mtm/template b/srcpkgs/mtm/template
new file mode 100644
index 00000000000..66dfe25bb22
--- /dev/null
+++ b/srcpkgs/mtm/template
@@ -0,0 +1,23 @@
+# Template file for 'mtm'
+pkgname=mtm
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="ncurses"
+makedepends="ncurses-devel ncurses-libs"
+short_desc="Micro Terminal Multiplexer"
+maintainer="travankor <travankor@tuta.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/deadpixi/mtm"
+distfiles="https://github.com/deadpixi/mtm/archive/${version}.tar.gz"
+checksum=3f3e723466f3bb88afb7a49b66a790f3aaf6786654e8f1f056edc09fa99abd85
+
+do_build() {
+	make HEADERS='-DNCURSESW_INCLUDE_H="<ncurses.h>"'
+}
+
+do_install() {
+	make install-terminfo
+	vbin mtm
+	vman mtm.1
+}

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

* Re: [PR PATCH] [Merged]: New package: mtm-1.0.1.
  2019-09-30  8:46 [PR PATCH] New package: mtm-1.0.1 voidlinux-github
  2019-09-30 10:59 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-30 10:59 ` voidlinux-github
@ 2019-09-30 18:26 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-30 18:26 UTC (permalink / raw)
  To: ml

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

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

New package: mtm-1.0.1.
https://github.com/void-linux/void-packages/pull/14842

Description:
None

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

end of thread, other threads:[~2019-09-30 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30  8:46 [PR PATCH] New package: mtm-1.0.1 voidlinux-github
2019-09-30 10:59 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-30 10:59 ` voidlinux-github
2019-09-30 18:26 ` [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).