fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.47k stars 305 forks source link

DESTDIR and NAME reintroduction #605

Closed s7effeno closed 4 months ago

s7effeno commented 6 months ago

Would it make sense for this project to bring back DESTDIR and NAME to build.zig from the old makefile? Take a look at this

AnErrupTion commented 6 months ago

Ah yes, that's absolutely worth bringing back. I completely forgot this existed, to be honest 😅. I'll see what I can do probably next weekend.

Oh and by the way, the version for ly-git needs to be updated, since Ly is now tracking version 1.0.0 and not 0.6.0.

s7effeno commented 6 months ago

Thanks, would you consider tagging the point regarding the updated version?

AnErrupTion commented 6 months ago

What do you mean exactly by that? I plan on fixing a few more bugs at least before shipping 1.0.0.

s7effeno commented 6 months ago

The version will automatically be updated after the new release then, you can see how pkgver() gets it. It's actually not recommended for me to manually edit for now.