lix/corepkgs/fetchurl/fetchurl.fix
2003-07-10 09:11:30 +00:00

10 lines
190 B
Plaintext

Function(["url", "hash"],
Package(
[ ("build", Relative("fetchurl/fetchurl.sh"))
, ("url", Var("url"))
, ("hash", Var("hash"))
, ("name", BaseName(Var("url")))
]
)
)