Built cowsay for Solus using solbuilder.
Description
Event Timeline
Any particular reason why this is needed when you can already get a feature rich cowsay via npm install -g cowsay?
Another person wanted it in the Solus repos (like how Ubuntu or other distros have it in the repo) so I packaged it for Solus.
Except this significantly less functionality compared to https://github.com/piuccio/cowsay
If anything, we should just see about getting piuccio to tag a release and us landing that instead.
Is there a way to build javascript applications in solbuild? If there is I could just fork the repo and work my way from there.
Is there a way to build javascript applications in solbuild?
Solbuild has nothing to do with this. It's nodejs-based, you'd use their tooling and install into the appropriate global node_modules dir.