Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fdroidcl-0.6.0
@ 2023-01-14  0:04 mhmdanas
  2023-01-21 22:07 ` mhmdanas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mhmdanas @ 2023-01-14  0:04 UTC (permalink / raw)
  To: ml

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

There is a new 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 3e5da48de139b42f68e1baab9397e81f5b2fdca3 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.6.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..89e59c25e7da
--- /dev/null
+++ b/srcpkgs/fdroidcl/template
@@ -0,0 +1,23 @@
+# Template file for 'fdroidcl'
+pkgname=fdroidcl
+version=0.6.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=d9031c8b1a7e03ab382ffaf49da2c199e978d65f64ebe52168509b6ad8b7bb07
+
+post_install() {
+	vcompletion contrib/completion/zsh/_fdroidcl zsh
+	vlicense LICENSE
+}
+
+do_check() {
+	go test ./...
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-05 22:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14  0:04 [PR PATCH] New package: fdroidcl-0.6.0 mhmdanas
2023-01-21 22:07 ` mhmdanas
2023-03-01 10:17 ` [PR PATCH] [Updated] " mhmdanas
2023-03-09 11:50 ` New package: fdroidcl-0.7.0 mhmdanas
2023-05-05 22:46 ` [PR PATCH] [Closed]: " mhmdanas
2023-05-05 22:46 ` mhmdanas

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).