Github messages for voidlinux
 help / color / mirror / Atom feed
From: mhmdanas <mhmdanas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: fdroidcl-0.6.0
Date: Wed, 01 Mar 2023 11:17:47 +0100	[thread overview]
Message-ID: <20230301101747.QgmoUlWrq1gFrj6VEjH7OFBt1mnpQHqxR0PX6ezGZUY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41627@inbox.vuxu.org>

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

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

https://github.com/mhmdanas/void-packages fdroidcl-create
https://github.com/void-linux/void-packages/pull/41627

New package: fdroidcl-0.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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** (compiled)

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 1c27d928859f09a73b1251bdb7eb3eaa1797c91f Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 13 Jan 2023 23:54:37 +0000
Subject: [PATCH] New package: fdroidcl-0.7.0

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

diff --git a/srcpkgs/fdroidcl/template b/srcpkgs/fdroidcl/template
new file mode 100644
index 000000000000..8831c751de9e
--- /dev/null
+++ b/srcpkgs/fdroidcl/template
@@ -0,0 +1,23 @@
+# Template file for 'fdroidcl'
+pkgname=fdroidcl
+version=0.7.0
+revision=1
+build_style=go
+go_import_path=mvdan.cc/fdroidcl
+depends="android-tools"
+short_desc="F-Droid desktop client"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/mvdan/fdroidcl"
+changelog="https://github.com/mvdan/fdroidcl/releases"
+distfiles="https://github.com/mvdan/fdroidcl/archive/v${version}.tar.gz"
+checksum=4dbbb2106c23564a19cdde912d3f06cd258f02eccd6382a0532ef64e7e61f2fd
+
+post_install() {
+	vcompletion contrib/completion/zsh/_fdroidcl zsh
+	vlicense LICENSE
+}
+
+do_check() {
+	go test ./...
+}

  parent reply	other threads:[~2023-03-01 10:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-14  0:04 [PR PATCH] " mhmdanas
2023-01-21 22:07 ` mhmdanas
2023-03-01 10:17 ` mhmdanas [this message]
2023-03-09 11:50 ` New package: fdroidcl-0.7.0 mhmdanas
2023-05-05 22:46 ` mhmdanas
2023-05-05 22:46 ` [PR PATCH] [Closed]: " mhmdanas

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=20230301101747.QgmoUlWrq1gFrj6VEjH7OFBt1mnpQHqxR0PX6ezGZUY@z \
    --to=mhmdanas@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).