[ITP] picocom 3.1

Jon Turney jon.turney@dronecode.org.uk
Sat Jan 7 13:26:03 GMT 2023


On 03/01/2023 23:02, Libor Ukropec via Cygwin-apps wrote:
> ackage name
> NAME="picocom"
> VERSION=3.1
> RELEASE=1
> 
> # .hint generation
> CATEGORY="Utils"
> SUMMARY="Minimal dumb-terminal emulator"
> DESCRIPTION="picocom was designed to serve as a simple, manual, modem
>   configuration, testing, and debugging tool. It has also served (quite
>   well) as a low-tech \"terminal-window\" to allow operator intervention
>   in PPP connection scripts (something like the ms-windows \"open
>   terminal window before / after dialing\" feature). It could also prove
>   useful in many other similar tasks. It is ideal for embedded systems
>   since its memory footprint is minimal."
> HOMEPAGE="hhttps://github.com/npat-efault/picocom"

There seems to be typo here (a doubled h in hhttps)

> LICENSE="GPL-2.0"
> 
> # source and patch files
> SRC_URI="https://github.com/npat-efault/${NAME}/archive/refs/tags/${VERSION}.tar.gz"
> REQUIRES=""

You don't need this if it's empty

> BUILD_REQUIRES+="gcc-g++"

This can be written just '='

> MAKEOPTS=""

Does this do anything?

Otherwise, looks good. Thanks.

I added picocom to your packages.
	


More information about the Cygwin-apps mailing list