Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wiki-tui-0.8.1
@ 2023-08-05 18:46 ethamck
  2023-08-06  3:25 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ethamck @ 2023-08-05 18:46 UTC (permalink / raw)
  To: ml

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

There is a new 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.1
#### 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: 1120 bytes --]

From 3357ab930bae093bd3027adb1ce75f0811d484f9 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.1

---
 srcpkgs/wiki-tui/template | 18 ++++++++++++++++++
 1 file changed, 18 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..1a9630412adb1
--- /dev/null
+++ b/srcpkgs/wiki-tui/template
@@ -0,0 +1,18 @@
+# Template file for 'wiki-tui'
+pkgname=wiki-tui
+version=0.8.1
+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=3fc11a53707531d658f47c04b1e148ff81332e20ada71f028c5c5cc69c2728aa
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2023-08-14  5:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PR PATCH] [Updated] New package: wiki-tui-0.8.2 ethamck
2023-08-13  1:29 ` ethamck
2023-08-14  5:15 ` [PR PATCH] [Merged]: " classabbyamp

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