daar / pmake

PMake is a cross-platform build tool for (free) pascal
http://daar.github.io/pmake/
GNU General Public License v2.0
26 stars 6 forks source link

[IDEA] sudo apt install pmake #49

Open silvioprog opened 5 years ago

silvioprog commented 5 years ago

Hello.

A naive idea. It would be nice to install pmake via # apt install pmake in Debian-based OSes.

Thank you!

daar commented 5 years ago

Excellent idea! But first thing’s first; I need to implement a .deb packager. I actually started working on it an will commit soon. The target is to release in pmake 0.0.3.

daar commented 5 years ago

@silvioprog I just committed a basic working implementation for creating .deb files. You can have a look at 08ced3d. It's working but there are issues. The most important ones are;

Once these are solved and the remaining 0.0.3 issues are solved pmake could be submitted to public repositories.