Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: stdm-0.1.1
@ 2020-05-30 11:57 jcgruenhage
  2020-05-30 12:22 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jcgruenhage @ 2020-05-30 11:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages stdm-0.1.1_1
https://github.com/void-linux/void-packages/pull/22429

New package: stdm-0.1.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-stdm-0.1.1_1-22429.patch --]
[-- Type: text/x-diff, Size: 1300 bytes --]

From 1e61300ca5c88bb7972bec3c1fa7e65d3bacf246 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 30 May 2020 13:56:08 +0200
Subject: [PATCH] New package: stdm-0.1.1

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

diff --git a/srcpkgs/stdm/template b/srcpkgs/stdm/template
new file mode 100644
index 00000000000..001553db362
--- /dev/null
+++ b/srcpkgs/stdm/template
@@ -0,0 +1,28 @@
+# Template file for 'stdm'
+pkgname=stdm
+version=0.1.1
+revision=1
+wrksrc="stdm"
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=cargo
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="Simple terminal display manager"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="AGPL-3.0-only"
+homepage="https://git.jcg.re/jcgruenhage/stdm"
+distfiles="https://git.jcg.re/jcgruenhage/stdm/archive/v0.1.1.tar.gz"
+checksum=a09a15cf7ba860d2e85b4d069792da0f1ced32249dbc03653e5961e698c7020f
+
+post_install() {
+	vmkdir etc/profile.d
+	vinstall contrib/profile.sh 644 etc/profile.d stdm.sh
+}

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

* Re: [PR PATCH] [Updated] New package: stdm-0.1.1
  2020-05-30 11:57 [PR PATCH] New package: stdm-0.1.1 jcgruenhage
@ 2020-05-30 12:22 ` jcgruenhage
  2020-05-30 14:34 ` jcgruenhage
  2020-05-31 12:03 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2020-05-30 12:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages stdm-0.1.1_1
https://github.com/void-linux/void-packages/pull/22429

New package: stdm-0.1.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-stdm-0.1.1_1-22429.patch --]
[-- Type: text/x-diff, Size: 1067 bytes --]

From f824edafd8d4ba0ad7957da4ac64a22fd3d6fb0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 30 May 2020 13:56:08 +0200
Subject: [PATCH] New package: stdm-0.1.1

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

diff --git a/srcpkgs/stdm/template b/srcpkgs/stdm/template
new file mode 100644
index 00000000000..44600116ee6
--- /dev/null
+++ b/srcpkgs/stdm/template
@@ -0,0 +1,17 @@
+# Template file for 'stdm'
+pkgname=stdm
+version=0.1.1
+revision=1
+wrksrc="stdm"
+build_style=cargo
+short_desc="Simple terminal display manager"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="AGPL-3.0-only"
+homepage="https://git.jcg.re/jcgruenhage/stdm"
+distfiles="https://git.jcg.re/jcgruenhage/stdm/archive/v0.1.1.tar.gz"
+checksum=a09a15cf7ba860d2e85b4d069792da0f1ced32249dbc03653e5961e698c7020f
+
+post_install() {
+	vmkdir etc/profile.d
+	vinstall contrib/profile.sh 644 etc/profile.d stdm.sh
+}

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

* Re: [PR PATCH] [Updated] New package: stdm-0.1.1
  2020-05-30 11:57 [PR PATCH] New package: stdm-0.1.1 jcgruenhage
  2020-05-30 12:22 ` [PR PATCH] [Updated] " jcgruenhage
@ 2020-05-30 14:34 ` jcgruenhage
  2020-05-31 12:03 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2020-05-30 14:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages stdm-0.1.1_1
https://github.com/void-linux/void-packages/pull/22429

New package: stdm-0.1.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-stdm-0.1.1_1-22429.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]

From f37e27b584a316b86bd119bc0595add5d849d35c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 30 May 2020 13:56:08 +0200
Subject: [PATCH] New package: stdm-0.1.1

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

diff --git a/srcpkgs/stdm/template b/srcpkgs/stdm/template
new file mode 100644
index 00000000000..070db3823ba
--- /dev/null
+++ b/srcpkgs/stdm/template
@@ -0,0 +1,18 @@
+# Template file for 'stdm'
+pkgname=stdm
+version=0.1.1
+revision=1
+wrksrc="stdm"
+build_style=cargo
+short_desc="Simple terminal display manager"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="AGPL-3.0-only"
+homepage="https://git.jcg.re/jcgruenhage/stdm"
+distfiles="https://git.jcg.re/jcgruenhage/stdm/archive/v${version}.tar.gz"
+checksum=a09a15cf7ba860d2e85b4d069792da0f1ced32249dbc03653e5961e698c7020f
+
+post_install() {
+	vmkdir etc/profile.d
+	vinstall contrib/profile.sh 644 etc/profile.d stdm.sh
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Merged]: New package: stdm-0.1.1
  2020-05-30 11:57 [PR PATCH] New package: stdm-0.1.1 jcgruenhage
  2020-05-30 12:22 ` [PR PATCH] [Updated] " jcgruenhage
  2020-05-30 14:34 ` jcgruenhage
@ 2020-05-31 12:03 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-31 12:03 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: stdm-0.1.1
https://github.com/void-linux/void-packages/pull/22429

Description:
None

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

end of thread, other threads:[~2020-05-31 12:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30 11:57 [PR PATCH] New package: stdm-0.1.1 jcgruenhage
2020-05-30 12:22 ` [PR PATCH] [Updated] " jcgruenhage
2020-05-30 14:34 ` jcgruenhage
2020-05-31 12:03 ` [PR PATCH] [Merged]: " Hoshpak

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