Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: flavours-0.6.1
@ 2022-12-27  0:36 Newchair2644
  2022-12-27 16:51 ` [PR PATCH] [Updated] " Newchair2644
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Newchair2644 @ 2022-12-27  0:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Newchair2644/void-packages flavours
https://github.com/void-linux/void-packages/pull/41310

New package: flavours-0.6.1
<!-- 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

<!-- 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, (x86_64, glibc)

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

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

From 420e70c13c4703f8336655f0ed13e4c3eba88b0b Mon Sep 17 00:00:00 2001
From: Numair Dubas <Numair2644@protonmail.com>
Date: Mon, 26 Dec 2022 19:06:49 -0500
Subject: [PATCH] New package: flavours-0.6.1

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

diff --git a/srcpkgs/flavours/template b/srcpkgs/flavours/template
new file mode 100644
index 000000000000..b92c7a9dc49d
--- /dev/null
+++ b/srcpkgs/flavours/template
@@ -0,0 +1,30 @@
+# Template file for 'flavours'
+pkgname=flavours
+version=0.6.1
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=cargo
+build_helper=qemu
+short_desc="Simple and easy cli to build and use base16 schemes"
+maintainer="Numair Dubas <Numair2644@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Misterio77/flavours"
+distfiles=https://github.com/Misterio77/flavours/archive/refs/tags/v${version}.tar.gz
+checksum=48c7659031d399ff125a07b71419935946e0da8d3ef1817a9f89dda32c2dcac1
+
+post_build() {
+	FLAVOURS="target/${RUST_TARGET}/release/flavours"
+	vtargetrun ${FLAVOURS} --completions bash > flavours.bash
+	vtargetrun ${FLAVOURS} --completions zsh  > flavours.zsh
+	vtargetrun ${FLAVOURS} --completions fish > flavours.fish
+}
+
+post_install() {
+	vcompletion flavours.bash bash
+	vcompletion flavours.zsh zsh
+	vcompletion flavours.fish fish
+
+	vlicense LICENSE
+	vdoc README.md
+	vsconf example.toml
+}

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

end of thread, other threads:[~2023-06-24 13:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27  0:36 [PR PATCH] New package: flavours-0.6.1 Newchair2644
2022-12-27 16:51 ` [PR PATCH] [Updated] " Newchair2644
2022-12-27 17:02 ` Newchair2644
2022-12-27 17:38 ` paper42
2022-12-27 17:38 ` paper42
2022-12-27 21:08 ` [PR PATCH] [Updated] " Newchair2644
2022-12-27 21:24 ` Newchair2644
2022-12-27 21:30 ` [PR PATCH] [Updated] " Newchair2644
2022-12-27 21:35 ` Newchair2644
2022-12-27 21:46 ` [PR PATCH] [Updated] " Newchair2644
2022-12-27 21:49 ` Newchair2644
2022-12-27 21:51 ` Newchair2644
2023-03-28  1:56 ` github-actions
2023-04-07  3:29 ` Newchair2644
2023-04-07 10:00 ` paper42
2023-06-06  8:21 ` Anachron
2023-06-24 13:44 ` [PR PATCH] [Merged]: " Duncaen

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