TechMagister / cracker

Auto-completion client/server for the Crystal language.
MIT License
48 stars 3 forks source link

Package #10

Open alexanderadam opened 7 years ago

alexanderadam commented 7 years ago

Thank you very much for cracker. It would be nice if cracker could be packaged (i.e. Debian / RPM packages).

TechMagister commented 7 years ago

Good idea, but I haven't the time to do this for now :/

Jens0512 commented 6 years ago

I am making an AUR package now.

Common practice is creating a release vX.X.X Given such a release tag, packages can wget, curl or similar through github with something like:

wget https://github.com/TechMagister/cracker/archive/vX.X.X.tar.gz

This is a request for @TechMagister to create a release tag. If you don't know how to do so, please see: GitHub docs: Creating Releases

TechMagister commented 6 years ago

Release v0.1.0 created :)

Jens0512 commented 6 years ago

Thanks! That was quick :D

Jens0512 commented 6 years ago

Oh, well it seems the shard dependency ambreframework/cli exists no more, IIRC it was forked by amberframework because of a breaking change that didn't get fixed upstream in mosop/cli. If so changing the shard to mosop/cli should hopefully do the job.

After a quick check...

That seems to be the case, sorry about that, shouId've checked that before the release request. l'll get a quick PR ready for a v0.1.1 patch

TechMagister commented 6 years ago

I didn't check before creating the release, my bad.

Jens0512 commented 6 years ago

Cracker is now on AUR. Which means you can install cracker with an AUR helper like yay:

yay -S cracker