<div dir="ltr"><div>Thanks again, Ruben!</div><div><br></div><div>I already had a slackbuild packaged for the latest release version. So I followed your instructions and applied the necessary changes and tested it and it all works. Here's how I did it:</div><div><br></div><div>VERSION=${VERSION:-1369d24}<br><span style="color:rgb(255,0,0)">TARVERSION=${TARVERSION:-1369d247e3d2bc697892795dea8cc1713344749f</span><span style="color:rgb(255,0,0)">}</span><br>BUILD=${BUILD:-1}<br>TAG=${TAG:-_SBo}<br>PKGTYPE=${PKGTYPE:-tgz}<br>ARCH="noarch"</div><div><br></div><div><br></div><div>rm -rf $PKG<br>mkdir -p $TMP $PKG $OUTPUT<br>cd $TMP<br>rm -rf $PRGNAM-$VERSION<br><span style="color:rgb(255,0,0)">tar xvf $CWD/$PRGNAM-$TARVERSION.tar.gz && mv $PRGNAM-$TARVERSION $PRGNAM-$VERSION</span><br>cd $PRGNAM-$VERSION<br>chown -R root:root .</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 19, 2022 at 2:07 PM Ruben Schuller <<a href="mailto:sb@rbn.im">sb@rbn.im</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
2022-03-19 Brandon Pribula <<a href="mailto:b.pribs11@gmail.com" target="_blank">b.pribs11@gmail.com</a>>:<br>
<br>
> Thanks for your reply, Ruben :) That's great! I can't believe I<br>
> missed that before.  When I download it I get:<br>
> <br>
> nameofpackage-1369d247e3d2bc697892795dea8cc1713344749f.zip<br>
> <br>
> Is the version of the package okay like this:<br>
> <br>
> nameofpackage-*1369d247e3d2bc697892795dea8cc1713344749f*-noarch-1_SBo<br>
<br>
You'll definitively need this version to extract the zip archive, but<br>
you can store this in another variable in your slackbuild like <br>
<br>
ZIPVER="1369d247e3d2bc697892795dea8cc1713344749f"<br>
<br>
for the version I'd either go with the date like 220319 if there aren't<br>
multiple commits on that date, or with the short-hash of git:<br>
<br>
git rev-parse --short 1369d247e3d2bc697892795dea8cc1713344749f<br>
<br>
(you need to clone the git repository and execute this). You also<br>
find the short hash in the github UI, but it's hard to explain in a<br>
mail :)<br>
<br>
Cheers<br>
Ruben<br>
<br>
<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>