Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cocogitto-4.1.0
@ 2022-02-19  9:56 tranzystorek-io
  2022-02-19 18:18 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-02-19  9:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35693.patch is attached

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

From 2ffb3a09fe2ff3d31f81b936976f25bfa215fb60 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..8129973440fe
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,33 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+depends="git"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

end of thread, other threads:[~2022-04-11 11:30 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
2022-02-19 18:18 ` [PR PATCH] [Updated] " tranzystorek-io
2022-02-20 16:05 ` tranzystorek-io
2022-02-26 11:39 ` tranzystorek-io
2022-02-27 12:19 ` tranzystorek-io
2022-03-04 14:08 ` tranzystorek-io
2022-03-04 15:14 ` tranzystorek-io
2022-03-04 15:16 ` tranzystorek-io
2022-03-05 10:30 ` [PR PATCH] [Updated] " tranzystorek-io
2022-03-08 13:49 ` tranzystorek-io
2022-03-09  7:52 ` tranzystorek-io
2022-03-09  8:39 ` New package: cocogitto-5.0.0 tranzystorek-io
2022-03-09  8:39 ` tranzystorek-io
2022-03-10 17:54 ` [PR PATCH] [Updated] " tranzystorek-io
2022-03-10 18:13 ` tranzystorek-io
2022-03-14  9:31 ` tranzystorek-io
2022-03-27 15:54 ` tranzystorek-io
2022-03-27 19:51 ` tranzystorek-io
2022-03-28  6:33 ` tranzystorek-io
2022-03-28  6:41 ` tranzystorek-io
2022-03-29 12:59 ` tranzystorek-io
2022-03-29 13:08 ` tranzystorek-io
2022-03-29 13:11 ` [PR PATCH] [Updated] New package: cocogitto-5.0.1 tranzystorek-io
2022-04-06 18:03 ` tranzystorek-io
2022-04-11 11:30 ` [PR PATCH] [Merged]: " Gottox

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