On 1/8/24 17:52, Doug Newgard wrote:
r(commit count).g(commit)
but that is about the best I was able to work out. If you know some
additional cmake magic I missed that allows grabbing the name from one of the
generated files in a format better than that above, you will have to help me
with it
On Mon, 8 Jan 2024 16:56:16 -0600
"David C. Rankin" wrote:
>There is no way to pull from the internal CPACK name to get precisely the
> CPACK_PACKAGE_VERSION out of it. You also cannot simply add a "TZST"
> generator and then either "cmake --build . --target package" or "make
> package" to u
On 1/7/24 08:37, Doug Newgard wrote:
If there is
ever an actual "Release" of wiringX, then we can remove the pkgver() function
entirely.
That's not how -git PKGBUILDs work. It builds from HEAD and should always build
from HEAD. You really need to fix the pkgver function. Looking at the upstream
On 1/7/24 08:37, Doug Newgard wrote:
If there is
ever an actual "Release" of wiringX, then we can remove the pkgver() function
entirely.
That's not how -git PKGBUILDs work. It builds from HEAD and should always build
from HEAD. You really need to fix the pkgver function. Looking at the upstream