Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: todo.txt-cli-2.11.0
Date: Thu, 26 Dec 2019 12:29:09 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17791@inbox.vuxu.org> (raw)

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

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

https://github.com/SevereOverfl0w/void-packages todotxt-cli
https://github.com/void-linux/void-packages/pull/17791

New package: todo.txt-cli-2.11.0
None

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

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

From 5753709e8898c4d0383f9e0415b344dac8de3166 Mon Sep 17 00:00:00 2001
From: Dominic Monroe <iam@dominic.io>
Date: Thu, 26 Dec 2019 11:27:55 +0000
Subject: [PATCH] New package: todo.txt-cli-2.11.0

---
 srcpkgs/todo.txt-cli/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/todo.txt-cli/template

diff --git a/srcpkgs/todo.txt-cli/template b/srcpkgs/todo.txt-cli/template
new file mode 100644
index 00000000000..ece580a36d0
--- /dev/null
+++ b/srcpkgs/todo.txt-cli/template
@@ -0,0 +1,22 @@
+# Template file for 'todo.txt-cli'
+pkgname=todo.txt-cli
+version=2.11.0
+revision=1
+depends="bash"
+short_desc="Simple and extensible shell script for managing your todo.txt file"
+maintainer="Dominic Monroe <monroef4@googlemail.com>"
+license="GPL-3.0-or-later"
+homepage="http://todotxt.org"
+distfiles="https://github.com/todotxt/todo.txt-cli/archive/v${version}.tar.gz"
+checksum=95c7e10c3b7d161272b70edfcfee3cea9a888812ca82c26343143dd8a81e5176
+
+do_build() {
+	# Adapted from the official Makefile
+	sed -i "s/^\(export[ \t]*TODO_DIR=\).*/\1~\/.todo/" todo.cfg
+}
+
+do_install() {
+	vbin todo.sh
+	vinstall todo_completion 644 /usr/share/bash-completion/completions todo
+	vinstall todo.cfg 644 etc/todo config
+}

                 reply	other threads:[~2019-12-26 11:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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-17791@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).