domake - maintain program dependencies running commands in container
domake runs on top of make(1) using dosh(1) as default shell.
Give it a try right now by fetching your own copy!
Version | Checksum (*) |
---|---|
1 | bc93dc89527e52d25f6533924e24a961787e6efbd7305ea92615458f5e3fe30e |
*: Note that hashes are subject to change as GitHub might update tarball generation.
Using domake(1) and Makefile
$ domake doc
sha256:ced062433e33
asciidoctor -b manpage -o domake.1 domake.1.adoc
gzip -c domake.1 >domake.1.gz
rm domake.1
83727c98a60a9648b20d127c53526e785a051cef2235702071b8504bb1bdca59
Run the following command to install domake(1)
$ sudo make install
Traditional variables DESTDIR and PREFIX can be overridden
$ sudo PREFIX=/opt/domake make install
or
$ DESTDIR=$PWD/pkg PREFIX=/usr make install
Check for man-pages and its examples.
Enjoy!
Report bugs at https://github.com/gportay/domake/issues
Written by Gaël PORTAY gael.portay@gmail.com
Copyright (c) 2017-2018,2020,2023 Gaël PORTAY
This program is free software: you can redistribute it and/or modify it under the terms of the MIT License.