郑文辉(Techlive Zheng) writes:
> I have tried the following, none of them working
>
> source="git://../.."
>
> source="git+../../"
>
> source="git+/path/to/somefile"
Here's one of mine for the package dolfin-git:
source=("dolfin::git+https://bitbucket.org/fenics-project/dolfin.git#branch=${_branch}")