forked from lix-project/lix
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
Function(["url", "hash"],
|
|
Package(
|
|
[ ("build", Relative("fetchurl/fetchurl.sh"))
|
|
, ("url", Var("url"))
|
|
, ("hash", Var("hash"))
|
|
, ("name", BaseName(Var("url")))
|
|
]
|
|
)
|
|
)
|