summaryrefslogtreecommitdiffhomepage
path: root/000.fetch_git.build
blob: d8a891a40587085ddd7deae9262a4c102cf219b9 (plain)
1
2
3
4
5
6
7
8
# Git clone what we need.
fetch_git cbb-gcc-${PKG_GCC_VERSION}	"${GITROOT}/cbb/cbb-gcc-${PKG_GCC_VERSION}";
fetch_git lazy				"${GITROOT}/lazy";
fetch_git mmglue			"${GITROOT}/mmglue";
fetch_git portage			"${GITROOT}/ports/portage";
fetch_git psxstub			"${GITROOT}/psxstub";

# vim:filetype=sh