On 25/01/2024 10:04, Yasuhiro Kimura via Cygwin-apps wrote:
Switching to cygwin-apps as my question is about .cygport file.
Is there any .cygport file that downloads snapshot of repository on
GitHub as source archive?
I'd like to refer to it in order to package latest snapshot of tmux.
Best Regards.
---
Yasuhiro Kimura
Hi,
I am using from time to time
the baseline is using
GIT_URI=
GIT_REV=
inherit git
instead of
SRC_URI
-------------------------------------
FORGE="mpi"
NAME="octave-mpi"
VERSION=3.1.1
OV=3.1.0
RELEASE=0.3
LICENSE="GPL-3.0-or-later"
CATEGORY="Math"
SUMMARY="Forge: bindings for basic Message Passing Interface (MPI)"
DESCRIPTION="${SUMMARY}
Contributed functions for GNU Octave from octave.sourceforge.net"
HOMEPAGE="https://gnu-octave.github.io/packages/mpi"
GIT_URI="https://github.com/carlodefalco/octave-mpi"
GIT_REV="a44db30"
SRC_DIR="${PN}"
inherit git
#SRC_URI="https://github.com/carlodefalco/octave-mpi/releases/download/v${OV}/${FORGE}-${OV}.tar.gz"
#SRC_DIR="${FORGE}"
..
--------------------------------------