They are MakefileForD

https://github.com/bioinfornatics/MakefileForD

It is easy to use. You have only to set First lines:

export PROJECT_NAME =
export AUTHOR      =
export DESCRIPTION  =
export VERSION    =
export LICENSE    =
ROOT_SOURCE_DIR  =
EXE_NAME =

and that will find automatically file to build and install it with respect of the filesystem hierarchy standard (FHS).

Packager will love it is customizable as a packager want to be (not dub)
with standard var:
- INCLUDE_DIR
- BIN_DIR
- LIB_DIR
- DATA_DIR
- DESTDIR

Yes is not a D program but at least is well documented, used everywhere and does the job easily, any linux has make...



Reply via email to