CDSoft / pp

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...
http://cdelord.fr/pp
GNU General Public License v3.0
253 stars 21 forks source link

homebrew formula (macos) #98

Open lclem opened 3 years ago

lclem commented 3 years ago

since it takes quite some time to build pp from scratch, would it be possible to create a homebrew formula for macos? thanks!

CDSoft commented 3 years ago

This is not planned on my side but you can check this: https://github.com/CDSoft/pp/issues/93

CDSoft commented 9 months ago

Sorry for the late reply... Please keep in mind that pp is not supported anymore, it's hard to deploy. For new projects I suggest ypp which is is based on a Lua interpreter and way easier to compile and install and binaries are easier to produce (thanks to zig) and deploy (see hey).

E.g. to install ypp:

curl https://cdelord.fr/hey/ypp-aarch64-macos-none | sh

The binaries compiled with musl should be more portable.