Github messages for voidlinux
 help / color / mirror / Atom feed
From: ethamck <ethamck@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: wiki-tui-0.8.2
Date: Sun, 13 Aug 2023 00:12:44 +0200	[thread overview]
Message-ID: <20230812221244.kYW94w9RmU4LByuZLC35apPjtCUXJe70Lmf_UHyzJfc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45438@inbox.vuxu.org>

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

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

https://github.com/ethamck/void-packages wiki-tui
https://github.com/void-linux/void-packages/pull/45438

New package: wiki-tui-0.8.2
#### 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-musl)
- I built this PR locally for these architectures (crossbuilds, **both glibc and musl** where possible):
  - x86_64
  - i686
  - aarch64
  - armv7l
  - armv6l

*This is my first package for any distribution. I'm particularly eager to suggestions if I got anything wrong! (Specifically, I'm not sure if I needed to add compilation options, since the package allows [multiple possible ncurses-like backends](https://builditluc.github.io/wiki-tui/0.8/getting-started/installation/#cargo). I couldn't find anything about having mutually exclusive options in the manual.)*

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

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

From 39b2d3c4cd0299c7fa83edd4a4ceac8c0628a3f6 Mon Sep 17 00:00:00 2001
From: ethamck <ethamck@proton.me>
Date: Sat, 5 Aug 2023 18:42:23 +0000
Subject: [PATCH] New package: wiki-tui-0.8.2

---
 srcpkgs/wiki-tui/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/wiki-tui/template

diff --git a/srcpkgs/wiki-tui/template b/srcpkgs/wiki-tui/template
new file mode 100644
index 0000000000000..2d7344b860f3c
--- /dev/null
+++ b/srcpkgs/wiki-tui/template
@@ -0,0 +1,21 @@
+# Template file for 'wiki-tui'
+pkgname=wiki-tui
+version=0.8.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Simple and easy to use Wikipedia Text User Interface"
+maintainer="ethamck <ethamck@proton.me>"
+license="MIT"
+homepage="https://builditluc.github.io/wiki-tui/"
+changelog="https://github.com/Builditluc/wiki-tui/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Builditluc/wiki-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=408bc8eb928e3a9b8d0c59ac2aa160c101b1e978e1a95eb751585f54087dfe62
+
+post_install() {
+	vlicense LICENSE
+	
+	vcopy icons/ usr/share/icons/
+	vinstall wiki-tui.desktop 644 usr/share/applications
+}

  parent reply	other threads:[~2023-08-12 22:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-05 18:46 [PR PATCH] New package: wiki-tui-0.8.1 ethamck
2023-08-06  3:25 ` classabbyamp
2023-08-09 23:57 ` ethamck
2023-08-09 23:59 ` ethamck
2023-08-12 14:13 ` [PR PATCH] [Updated] " ethamck
2023-08-12 22:12 ` ethamck [this message]
2023-08-13  1:29 ` [PR PATCH] [Updated] New package: wiki-tui-0.8.2 ethamck
2023-08-14  5:15 ` [PR PATCH] [Merged]: " classabbyamp

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=20230812221244.kYW94w9RmU4LByuZLC35apPjtCUXJe70Lmf_UHyzJfc@z \
    --to=ethamck@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).