Github messages for voidlinux
 help / color / mirror / Atom feed
From: chrysos349 <chrysos349@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: dufs-0.41.0
Date: Wed, 12 Jun 2024 19:58:12 +0200	[thread overview]
Message-ID: <20240612175813.0384421EA2@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47588@inbox.vuxu.org>

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

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

https://github.com/chrysos349/void-packages dufs
https://github.com/void-linux/void-packages/pull/47588

New package: dufs-0.41.0
#### 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):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From c679d28c989ae35b77b205d92b168175359c9b06 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:56:45 +0300
Subject: [PATCH] New package: dufs-0.41.0

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

diff --git a/srcpkgs/dufs/template b/srcpkgs/dufs/template
new file mode 100644
index 00000000000000..3967e029d274af
--- /dev/null
+++ b/srcpkgs/dufs/template
@@ -0,0 +1,25 @@
+# Template file for 'dufs'
+pkgname=dufs
+version=0.41.0
+revision=1
+build_style=cargo
+build_helper=qemu
+# test fails in ci
+make_check_args="-- --skip bind_ipv4_ipv6"
+hostmakedepends="pkg-config"
+makedepends="bzip2-devel liblzma-devel"
+short_desc="File server that supports static serving, uploading, searching, etc"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/sigoden/dufs"
+changelog="https://raw.githubusercontent.com/sigoden/dufs/main/CHANGELOG.md"
+distfiles="https://github.com/sigoden/dufs/archive/v${version}.tar.gz"
+checksum=8c0549678a4954a498e0f1f99fe4beec2acd3cb0084fc611cf20431313b05033
+
+post_install() {
+	vlicense LICENSE-MIT
+	for shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/dufs --completions ${shell} > dufs.${shell}
+		vcompletion dufs.${shell} ${shell}
+	done
+}

  parent reply	other threads:[~2024-06-12 17:58 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05  0:57 [PR PATCH] New package: dufs-0.38.0 chrysos349
2023-12-05  1:24 ` [PR PATCH] [Updated] " chrysos349
2024-01-20 14:32 ` chrysos349
2024-01-20 14:33 ` New package: dufs-0.39.0 chrysos349
2024-02-13 23:23 ` [PR PATCH] [Updated] " chrysos349
2024-02-13 23:24 ` chrysos349
2024-05-16  1:46 ` New package: dufs-0.40.0 github-actions
2024-05-16  8:53 ` [PR PATCH] [Updated] " chrysos349
2024-05-23 13:00 ` chrysos349
2024-06-12 14:18 ` [PR REVIEW] New package: dufs-0.41.0 tranzystorekk
2024-06-12 14:18 ` tranzystorekk
2024-06-12 14:18 ` tranzystorekk
2024-06-12 17:58 ` chrysos349 [this message]
2024-06-12 17:58 ` chrysos349
2024-06-14 11:54 ` chrysos349
2024-06-14 11:54 ` chrysos349
2024-06-16 11:44 ` Anachron

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=20240612175813.0384421EA2@inbox.vuxu.org \
    --to=chrysos349@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).