Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: monolith-2.0.16
@ 2019-09-06 11:59 voidlinux-github
  2019-09-06 13:21 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06 11:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages monolith
https://github.com/void-linux/void-packages/pull/14248

New package: monolith-2.0.16


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

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

From b335f49ee162ebc51342afcfbe6efa5956ddc4b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 6 Sep 2019 13:54:21 +0200
Subject: [PATCH] New package: monolith-2.0.16

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

diff --git a/srcpkgs/monolith/template b/srcpkgs/monolith/template
new file mode 100644
index 00000000000..4751354d7e5
--- /dev/null
+++ b/srcpkgs/monolith/template
@@ -0,0 +1,22 @@
+# Template file for 'monolith'
+pkgname=monolith
+version=2.0.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Save HTML pages with ease "
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Unlicense"
+homepage="https://github.com/Y2Z/monolith"
+distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
+checksum=b2f5cd1d95d4d2ccd06e7f44e88e43ff0f2ec5d73dabe93ca56bf22656b06a0e
+
+pre_build() {
+        cargo update --package openssl-sys --precise 0.9.48
+        cargo update --package openssl --precise 0.10.22
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: monolith-2.0.16
  2019-09-06 11:59 [PR PATCH] New package: monolith-2.0.16 voidlinux-github
@ 2019-09-06 13:21 ` voidlinux-github
  2019-09-06 13:21 ` voidlinux-github
  2019-09-06 19:08 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06 13:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages monolith
https://github.com/void-linux/void-packages/pull/14248

New package: monolith-2.0.16


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

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

From c454fd6b2267623d5373cfc9cba68ecdc2557a85 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 6 Sep 2019 13:54:21 +0200
Subject: [PATCH] New package: monolith-2.0.16

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

diff --git a/srcpkgs/monolith/template b/srcpkgs/monolith/template
new file mode 100644
index 00000000000..19e324995d2
--- /dev/null
+++ b/srcpkgs/monolith/template
@@ -0,0 +1,22 @@
+# Template file for 'monolith'
+pkgname=monolith
+version=2.0.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Save HTML pages with ease "
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Unlicense"
+homepage="https://github.com/Y2Z/monolith"
+distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
+checksum=b2f5cd1d95d4d2ccd06e7f44e88e43ff0f2ec5d73dabe93ca56bf22656b06a0e
+
+pre_build() {
+	cargo update --package openssl-sys --precise 0.9.48
+	cargo update --package openssl --precise 0.10.22
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: monolith-2.0.16
  2019-09-06 11:59 [PR PATCH] New package: monolith-2.0.16 voidlinux-github
  2019-09-06 13:21 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-06 13:21 ` voidlinux-github
  2019-09-06 19:08 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06 13:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages monolith
https://github.com/void-linux/void-packages/pull/14248

New package: monolith-2.0.16


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

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

From c454fd6b2267623d5373cfc9cba68ecdc2557a85 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 6 Sep 2019 13:54:21 +0200
Subject: [PATCH] New package: monolith-2.0.16

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

diff --git a/srcpkgs/monolith/template b/srcpkgs/monolith/template
new file mode 100644
index 00000000000..19e324995d2
--- /dev/null
+++ b/srcpkgs/monolith/template
@@ -0,0 +1,22 @@
+# Template file for 'monolith'
+pkgname=monolith
+version=2.0.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Save HTML pages with ease "
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="Unlicense"
+homepage="https://github.com/Y2Z/monolith"
+distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
+checksum=b2f5cd1d95d4d2ccd06e7f44e88e43ff0f2ec5d73dabe93ca56bf22656b06a0e
+
+pre_build() {
+	cargo update --package openssl-sys --precise 0.9.48
+	cargo update --package openssl --precise 0.10.22
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: monolith-2.0.16
  2019-09-06 11:59 [PR PATCH] New package: monolith-2.0.16 voidlinux-github
  2019-09-06 13:21 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-06 13:21 ` voidlinux-github
@ 2019-09-06 19:08 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06 19:08 UTC (permalink / raw)
  To: ml

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

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

New package: monolith-2.0.16
https://github.com/void-linux/void-packages/pull/14248

Description:


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

end of thread, other threads:[~2019-09-06 19:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 11:59 [PR PATCH] New package: monolith-2.0.16 voidlinux-github
2019-09-06 13:21 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-06 13:21 ` voidlinux-github
2019-09-06 19:08 ` [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).