/hare-up

Script to get Hare (harelang.org) up and running from source

Primary LanguageMakefileBSD 2-Clause "Simplified" LicenseBSD-2-Clause

 _
| |
| |__   __ _ _ __ ___ ______ _   _ _ __
| '_ \ / _` | '__/ _ \______| | | | '_ \
| | | | (_| | | |  __/      | |_| | |_) |
|_| |_|\__,_|_|  \___|       \__,_| .__/
                                  | |
                                  |_|

There is always some madness in love.
But there is also always some reason in madness.
[Nietzsche]

About

Wrapper script to get https://harelang.org/ up and running from source. It bootstraps the following packages from source.

Install and Update Hare

# ~/.local
make install
printf 'HAREPATH=~/.local/src/hare/stdlib:~/.local/src/hare/third-party:/usr/local/src/hare/stdlib:/usr/local/src/hare/third-party\nexport HAREPATH\n' >> ~/.profile

# system wide
make
sudo make PREFIX=/usr/local install

Contribution welcome

Grab the source/mirror; get your hands dirty and send patches or questions to posaune@miconoco.de.

License

Simplified BSD, see LICENSE for details.