public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin-apps@cygwin.com
Subject: Re: [ITP] tty-clock 2.3
Date: Tue, 25 May 2021 20:39:08 +0200	[thread overview]
Message-ID: <426066aa-3712-36e3-1deb-2facd3c14ede@gmail.com> (raw)
In-Reply-To: <CAA3frXT-tKZKhiAkw8TkQ33yHPMG65qD_d9W3DQvfTc6VwzTqA@mail.gmail.com>

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

On 25.05.2021 18:40, Daisuke Fujimura via Cygwin-apps wrote:
> Hello,
> 
> [ITP] A new package proposal: tty-clock
> 
> - tty-clock
> 
> ====
> 
> SUMMARY: Clock using lib ncurses
> HOMEPAGE: https://github.com/xorg62/tty-clock
> SRC_URL: https://github.com/xorg62/tty-clock/archive/refs/tags/v2.3.tar.gz
> LICENSE: BSD-3-Clause License
> 
> ====

attached modified cygport

- added BUILD_REQUIRES
- defined VERSION="2.3" and RELEASE=1 explicitly

1bl1 is not a good release number

[-- Attachment #2: tty-clock.cygport --]
[-- Type: text/plain, Size: 406 bytes --]

NAME="tty-clock"
VERSION="2.3"
RELEASE=1

HOMEPAGE="https://github.com/xorg62/${PN}"
SRC_URI="https://github.com/xorg62/${PN}/archive/v${PV}.tar.gz"

CATEGORY="Utils"
SUMMARY="Clock using lib ncurses"
DESCRIPTION="${SUMMARY}"

BUILD_DEPENDS="libncurses-devel"

src_compile()
{
	cd ${B}
	lndirs
	cygmake
}

src_test()
{
	cd ${B}
	./${PN}.exe -v
}

src_install()
{
	cd ${B}
	dobin ${PN}.exe
	doman ${PN}.1
}

  reply	other threads:[~2021-05-25 18:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 16:40 Daisuke Fujimura
2021-05-25 18:39 ` Marco Atzeri [this message]
2021-05-25 21:52   ` Daisuke Fujimura
2021-05-26 15:33     ` Marco Atzeri
2021-05-26 23:12       ` Daisuke Fujimura

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=426066aa-3712-36e3-1deb-2facd3c14ede@gmail.com \
    --to=marco.atzeri@gmail.com \
    --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).