Github messages for voidlinux
 help / color / mirror / Atom feed
From: kotajacob <kotajacob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: didder-1.1.0
Date: Sun, 31 Jul 2022 11:10:05 +0200	[thread overview]
Message-ID: <20220731091005.sxe3hxw8NU6ZE0tmZ4h8d37M3K9c2FHnhl5KIMo64gE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38387@inbox.vuxu.org>

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

There is an updated 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: 1413 bytes --]

From 414175ddeffcc8a87982f39e3b720c75a147ce7f 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 | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/didder/template

diff --git a/srcpkgs/didder/template b/srcpkgs/didder/template
new file mode 100644
index 000000000000..641dcc060917
--- /dev/null
+++ b/srcpkgs/didder/template
@@ -0,0 +1,23 @@
+# 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="-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-only"
+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/didder/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
+	_date="$(date --utc --date "@$SOURCE_DATE_EPOCH" "+%B %d, %Y")"
+	sed -i "s/DATE/${_date}/g" didder.1
+	vman didder.1
+}

  parent reply	other threads:[~2022-07-31  9:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-31  8:21 [PR PATCH] " 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 ` kotajacob [this message]
2022-07-31  9:10 ` 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

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=20220731091005.sxe3hxw8NU6ZE0tmZ4h8d37M3K9c2FHnhl5KIMo64gE@z \
    --to=kotajacob@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).