Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: didder-1.1.0
@ 2022-07-31  8:21 kotajacob
  2022-07-31  8:57 ` [PR REVIEW] " classabbyamp
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: kotajacob @ 2022-07-31  8:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kotajacob/void-packages didder
https://github.com/void-linux/void-packages/pull/38387

New package: didder-1.1.0
#### 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**

It's a nice little tool for generating dithered images. I use it on my website occasionally for an interesting look and bandwidth savings.

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc


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

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

From a175dced79f2d5137b2f2bc59a75c592d4e87794 Mon Sep 17 00:00:00 2001
From: Dakota Walsh <kota@nilsu.org>
Date: Sun, 31 Jul 2022 20:17:35 +1200
Subject: [PATCH] New package: didder-1.1.0

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

diff --git a/srcpkgs/didder/template b/srcpkgs/didder/template
new file mode 100644
index 000000000000..35fce786c630
--- /dev/null
+++ b/srcpkgs/didder/template
@@ -0,0 +1,22 @@
+# Template file for 'didder'
+pkgname=didder
+version=1.1.0
+revision=1
+build_style=go
+go_import_path="github.com/makeworld-the-better-one/didder"
+go_ldflags="-s -w -X main.version=${version} -X main.builtBy=Void"
+hostmakedepends="pandoc"
+short_desc="Command-line image dithering tool"
+maintainer="Dakota Walsh <kota@nilsu.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/makeworld-the-better-one/didder"
+changelog="https://github.com/makeworld-the-better-one/didder/blob/main/CHANGELOG.md"
+distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=a850ae54125ed2aa1be54b1cc11481c00094d346861bd59014d621dc48f9aed6
+
+post_install() {
+	pandoc didder.1.md -s -t man -o didder.1
+	sed -i 's/VERSION/$(VERSION)/g' didder.1
+	sed -i 's/DATE/$(DATE)/g' didder.1
+	vman didder.1
+}

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

end of thread, other threads:[~2022-11-13  8:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31  8:21 [PR PATCH] New package: didder-1.1.0 kotajacob
2022-07-31  8:57 ` [PR REVIEW] " classabbyamp
2022-07-31  8:57 ` classabbyamp
2022-07-31  8:57 ` classabbyamp
2022-07-31  8:57 ` classabbyamp
2022-07-31  9:10 ` [PR PATCH] [Updated] " kotajacob
2022-07-31  9:10 ` [PR REVIEW] " kotajacob
2022-07-31  9:12 ` kotajacob
2022-07-31  9:13 ` kotajacob
2022-07-31  9:13 ` kotajacob
2022-10-30  2:14 ` github-actions
2022-11-13  8:50 ` [PR PATCH] [Closed]: " github-actions

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