Github messages for voidlinux
 help / color / mirror / Atom feed
From: stefankreutz <stefankreutz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: lychee-0.11.1
Date: Mon, 03 Apr 2023 13:59:46 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43239@inbox.vuxu.org> (raw)

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

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

https://github.com/stefankreutz/void-packages lychee
https://github.com/void-linux/void-packages/pull/43239

New package: lychee-0.11.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64_86-musl
  - armv6l
  - armv6l-musl


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

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

From 07c3db9f5761c59defedd820619beb3aeea6b324 Mon Sep 17 00:00:00 2001
From: Stefan Kreutz <mail@skreutz.com>
Date: Mon, 3 Apr 2023 11:03:16 +0200
Subject: [PATCH] New package: lychee-0.11.1

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

diff --git a/srcpkgs/lychee/template b/srcpkgs/lychee/template
new file mode 100644
index 000000000000..d2b0a1081682
--- /dev/null
+++ b/srcpkgs/lychee/template
@@ -0,0 +1,27 @@
+# Template file for 'lychee'
+pkgname=lychee
+version=0.11.1
+revision=1
+build_style=cargo
+make_install_args="--path lychee-bin"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Fast, async, stream-based link checker written in Rust"
+maintainer="Stefan Kreutz <mail@skreutz.com>"
+license="Apache-2.0, MIT"
+homepage="https://lychee.cli.rs"
+changelog="https://github.com/lycheeverse/lychee/releases"
+distfiles="https://github.com/lycheeverse/lychee/archive/refs/tags/v${version}.tar.gz"
+checksum=b5ed41f8c91e888d1aab841df6adb265281344ebf0ac9ab9050b11700fd84d7e
+
+pre_build() {
+	cargo update --package spin@0.9.4 --precise 0.9.8
+	cargo update --package openssl@0.10.44 --precise 0.10.49
+	cargo update --package tempfile@3.3.0 --precise 3.4.0
+	cargo update --package openssl-src@111.24.0+1.1.1s --precise 111.25.2+1.1.1t
+}
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+}

             reply	other threads:[~2023-04-03 11:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-03 11:59 stefankreutz [this message]
2023-04-06  9:10 ` [PR PATCH] [Merged]: " leahneukirchen

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43239@inbox.vuxu.org \
    --to=stefankreutz@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).