13 lines
588 B
Plaintext
13 lines
588 B
Plaintext
let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
|
|
{
|
|
artifact_url = "https://zenodo.org/record/6926481/files/koparasy/HPAC-v0.0.0-Puppeteer.zip",
|
|
type = "zip",
|
|
doi = "10.5555/3571885.3571974",
|
|
image_name = "puppeteer:artefact",
|
|
dockerfile_location = "koparasy-HPAC-2723bb8/approx/puppeteer/container",
|
|
package_managers = [ "dpkg", "pip" ],
|
|
git_packages = [],
|
|
misc_packages = [
|
|
{ name = "HPAC", url = "https://github.com/koparasy/HPAC/archive/refs/heads/develop.zip" } # CMake also but not downloaded, so cannot add to list...
|
|
],
|
|
} | Artifact |