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

[-- 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
+}

             reply	other threads:[~2022-07-31  8:21 UTC|newest]

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

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38387@inbox.vuxu.org \
    --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).