dbuild.src

Members

Functions

archiveFetchSource
Source archiveFetchSource(in string url, in string md5 = null)

Returns a Source that fetches and extract an archive into the work directory md5 can be specified with an md5 checksum to check integrity of the downloaded archive

dubPkgSource
Source dubPkgSource(in string subdir)

Returns a Source pointing to a local directory within $DUB_PACKAGE

gitSource
Source gitSource(in string url, in string commitRef)

Returns a Source that will clone a git repo and checkout a specified commit. commitRef can be a branch, tag, or commit hash. Anything git checkout will understand.

localSource
Source localSource(in string dir)

Returns a Source pointing to a local existing directory

Interfaces

Source
interface Source

Source code interface

Meta