Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: cargo-crev-0.16.1
Date: Thu, 09 Jul 2020 12:42:26 +0200	[thread overview]
Message-ID: <20200709104226.l5NIy_DMbzSN8SO0ahOa-7VX7Ole7N86b80giEQ0K8Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23483@inbox.vuxu.org>

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

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

https://github.com/jcgruenhage/void-packages cargo-crev-0.16.1_1
https://github.com/void-linux/void-packages/pull/23483

New package: cargo-crev-0.16.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-crev-0.16.1_1-23483.patch --]
[-- Type: text/x-diff, Size: 1642 bytes --]

From aca88644979e17a76740b19f19e4317de407bc61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 9 Jul 2020 00:14:10 +0200
Subject: [PATCH] New package: cargo-crev-0.16.1

---
 srcpkgs/cargo-crev/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/cargo-crev/template

diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template
new file mode 100644
index 00000000000..e3022e1612a
--- /dev/null
+++ b/srcpkgs/cargo-crev/template
@@ -0,0 +1,31 @@
+# Template file for 'cargo-crev'
+pkgname=cargo-crev
+version=0.16.1
+revision=1
+build_style=cargo
+make_install_args="--path ./cargo-crev"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Cryptographically verifiable code review system for cargo"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0, MIT, Apache-2.0"
+homepage="https://github.com/crev-dev/cargo-crev"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=348cb80820baa0bc0da9b107481fea950e5adf6ed1448b4345ce957c09ec750f
+
+pre_build() {
+	# Versions in lockfile are incompatible with current libressl
+	cargo update --package openssl-sys:0.9.53 --precise 0.9.58
+	cargo update --package openssl:0.10.26 --precise 0.10.30
+	# Versions in lockfile is yanked from registry
+	cargo update --package hex:0.4.1 --precise 0.4.2
+	cargo update --package quote:1.0.2 --precise 1.0.7
+}
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+	vlicense MPL2
+	vdoc README.md
+	vdoc cargo-crev/src/doc/getting_started.md
+}

  parent reply	other threads:[~2020-07-09 10:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 22:14 [PR PATCH] " jcgruenhage
2020-07-08 23:03 ` [PR PATCH] [Updated] " jcgruenhage
2020-07-09 10:01 ` jcgruenhage
2020-07-09 10:42 ` jcgruenhage [this message]
2020-07-12 17:57 ` jcgruenhage
2020-07-17  9:53 ` [PR PATCH] [Merged]: New package: cargo-crev-0.17.0 Piraty

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=20200709104226.l5NIy_DMbzSN8SO0ahOa-7VX7Ole7N86b80giEQ0K8Y@z \
    --to=jcgruenhage@users.noreply.github.com \
    --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).