Opened 8 months ago

Closed 7 months ago

Last modified 7 months ago

#68299 closed request (fixed)

Port request: expreduce

Reported by: szhorvat (Szabolcs Horvát) Owned by: herbygillot (Herby Gillot)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: herbygillot (Herby Gillot)
Port: expreduce

Description

This is a request to create a port for expreduce. I am not familiar with how Go ports work, can you help @herbygillot?

https://github.com/corywalker/expreduce

Change History (3)

comment:1 Changed 7 months ago by herbygillot (Herby Gillot)

Owner: set to herbygillot
Resolution: fixed
Status: newclosed

In 01a153fbbafa8b9fe57fac204fd5fbffdada2c35/macports-ports (master):

expreduce: new port (version 0.5.1)

Closes: #68299

comment:2 Changed 7 months ago by herbygillot (Herby Gillot)

You can use go2port (https://ports.macports.org/port/go2port/) to generate Portfiles for many Go ports:

go2port get <Go package> <git tag>

The Go package can be found in the top line of the project's go.mod. So for expreduce, it would look like:

go2port get github.com/corywalker/expreduce 0.5.1

That command will attempt to generate a Portfile and print it to stdout.

comment:3 Changed 7 months ago by szhorvat (Szabolcs Horvát)

Thank you, also for the guidance on creating go ports!

Note: See TracTickets for help on using tickets.