Skip to content

1853

Compare
Choose a tag to compare
@mulle-nat mulle-nat released this 21 Sep 17:32
· 98 commits to release since this release

Made mulle-scion brew compatible. You can now brew it. As I wanted to use
mulle-scion to produce brew formulae, I needed some options in the way
mulle-scion is called.

It is now possible to do this:

echo '--- {{ VALUE }} ---' | mulle-scion - keyvalue - VALUE="xxx"

which produces predicatably

--- xxx ---

Templates can be passed in via stdin and the replacement values can be given
as key=value arguments. This makes mulle-scion even more convenient to use
in shell scripts.

brew tap mulle-kybernetik/software
brew install mulle-scion

There are now "hidden" environment variables WWW_ROOT, WWW_PORT, WWW_PLIST for
the webserver.

The way libraries are created and headers are written has been standardized and
improved. There is some support for a future "mulle-bootstrap", in case you are
wondering what the .bootstrap folder does.