Github messages for voidlinux
 help / color / mirror / Atom feed
From: atweiden <atweiden@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New package: zls-0.10.0
Date: Fri, 21 Apr 2023 00:56:27 +0200	[thread overview]
Message-ID: <20230420225627.kOuP7svYAkmgb3bNfRv-l3P9ASWrLWUwaxaBntDmUBA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43542@inbox.vuxu.org>

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/43542#issuecomment-1517036442

Comment:
The current `pre_build()` function should be replaced with e.g.

```bash
_known_folders_gitrev="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
_tracy_gitrev="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

distfiles="https://github.com/zigtools/zls/archive/refs/tags/${version}.tar.gz
 https://github.com/ziglibs/known-folders/archive/refs/tags/${_known_folders_gitrev}.tar.gz
 https://github.com/wolfpld/tracy/archive/refs/tags/${_tracy_gitrev}.tar.gz"

skip_extraction="$_known_folders_gitrev.tar.gz $_tracy_gitrev.tar.gz"

post_extract() {
	bsdtar xzf "$XBPS_SRCDISTDIR/$pkgname-$version/$_known_folders_gitrev.tar.gz" \
		--strip-components=1 -C "$wrksrc/src/known_folders"
	bsdtar xzf "$XBPS_SRCDISTDIR/$pkgname-$version/$_tracy_gitrev.tar.gz" \
		--strip-components=1 -C "$wrksrc/src/tracy"
}
```

  reply	other threads:[~2023-04-20 22:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 14:28 [PR PATCH] " Bnyro
2023-04-20 22:56 ` atweiden [this message]
2023-04-21  8:39 ` [PR PATCH] [Updated] " Bnyro
2023-04-21  8:40 ` Bnyro
2023-06-17  8:23 ` [PR PATCH] [Updated] " Bnyro
2023-06-24 12:10 ` [PR PATCH] [Merged]: " Duncaen

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=20230420225627.kOuP7svYAkmgb3bNfRv-l3P9ASWrLWUwaxaBntDmUBA@z \
    --to=atweiden@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).