mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Adding package


From: Paul Buxton
Subject: Re: [Mingw-cross-env-list] Adding package
Date: Mon, 9 Sep 2019 20:02:39 +0100

Hi, thanks.
The repository doesn't have a tarball though...

On Mon, 9 Sep 2019, 19:55 Lothar Serra Mari, <address@hidden> wrote:
Hi there,

> Is that the case, or am I missing something?

The MXE envonment has support for GitHub repositories. For example, have
a look at https://github.com/mxe/mxe/blob/master/src/fluidsynth.mk

The magic part is
> $(PKG)_VERSION  := 2.0.6
> $(PKG)_CHECKSUM := e97e63c1045e102465f1aa848f9d712c5528c58685b8d40062e4aaf6af7edb75
> $(PKG)_GH_CONF  := FluidSynth/fluidsynth/tags,v

For VERSION use the latest git tag, CHECKSUM is the SHA256 sum of the
tarball.

In GH_CONF you can specify the GitHub repository which then will act as
the source. Since your repository uses the same versioning scheme as
this example, you can use

> $(PKG)_GH_CONF := steveire/grantlee/tags,v

for your package.

With best regards
Lothar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]