Hi, When downloading/fetching a single (script) file from a Git repo. If I use:
```
fetch {
file mkdir ${worksrcpath}
system -W ${worksrcpath} "curl -qs ${master_sites}/${_file} -o
${distpath}/${distname}"
}
post-checksum {
copy ${distpath}/${distname} ${worksrcpath}
}
```
That works, and I can verify against the checksums, etc. But is that an ok
method? …or is there a better &/or preferred way?
· Eric
