public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Libor Ukropec <ace@seznam.cz>
To: cygwin-apps@cygwin.com
Subject: [ATTN MAINTAINER] tig
Date: Sun, 11 Dec 2022 23:15:35 +0100	[thread overview]
Message-ID: <8db83a15-e595-7ffc-32b9-e7f9aa69e881@seznam.cz> (raw)

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

Hello Jari,

cygwin contains "tig" in version 2.4.1 (2019-07-30) and there's already 2.5.4 (2021) with 
many bug fixes and improvements available.
Can I kindly ask whether it is possible to update the package?
I do not see a git repository for the tig package, so I attached the cygport file if it 
can save you some effort (in compare to the following scallywag, I've added the LICENSE 
info the script)

Scallywag report is here: https://github.com/cygwin/scallywag/actions/runs/3670966767

Thank you and regards,
Libor

[-- Attachment #2: tig.cygport --]
[-- Type: text/plain, Size: 902 bytes --]

# package name
NAME="tig"
VERSION=2.5.4
RELEASE=1

# .hint generation
CATEGORY="Utils"
SUMMARY="Curses based git repository browser"
DESCRIPTION="A command line repository browser capable of displaying a summarized
revision log and showing commit log messages, diffstats and diffs. Program
may also be used as a pager. It reads input from stdin and colorizes it."
HOMEPAGE="https://jonas.github.io/tig/"
LICENSE="GPL-2.0"

# source and patch files
SRC_URI="https://github.com/jonas/${NAME}/releases/download/${NAME}-${VERSION}/${NAME}-${VERSION}.tar.gz"
REQUIRES="git libiconv2 libreadline7"
BUILD_REQUIRES+="gcc-g++ libncurses-devel libiconv-devel asciidoc"

MAKEOPTS="prefix=/usr sysconfdir=/etc"

# use modified src_compile and src_install
src_compile() {
	warning $S
        cd ${S}
	lndirs
	cd ${B}
	./configure --prefix=/usr
	cygmake
}

src_install() {
	cd ${B}
	cyginstall install install-doc
}

             reply	other threads:[~2022-12-11 22:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-11 22:15 Libor Ukropec [this message]
2022-12-12 16:32 ` Adam Dinwoodie
2022-12-13 17:14   ` Libor Ukropec
2022-12-13 18:32     ` Adam Dinwoodie
2022-12-13 22:05       ` Libor Ukropec
2023-01-10 14:04     ` Jari Aalto
2023-01-13 16:59       ` Libor Ukropec
2023-01-13 17:06         ` Libor Ukropec
2023-01-13 19:23           ` Brian Inglis
2023-01-13 19:40           ` Adam Dinwoodie
2023-01-16 12:42         ` Jon Turney
2023-01-25 11:41           ` Jari Aalto

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=8db83a15-e595-7ffc-32b9-e7f9aa69e881@seznam.cz \
    --to=ace@seznam.cz \
    --cc=cygwin-apps@cygwin.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).