Git, the D package manager

bioinfornatics via Digitalmars-d digitalmars-d at puremagic.com
Mon Feb 9 12:59:06 PST 2015


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...





More information about the Digitalmars-d mailing list