public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ATTN MAINTAINER] tig
@ 2022-12-11 22:15 Libor Ukropec
  2022-12-12 16:32 ` Adam Dinwoodie
  0 siblings, 1 reply; 12+ messages in thread
From: Libor Ukropec @ 2022-12-11 22:15 UTC (permalink / raw)
  To: cygwin-apps

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

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

end of thread, other threads:[~2023-01-25 11:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-11 22:15 [ATTN MAINTAINER] tig Libor Ukropec
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

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