Skip to content

Commit

Permalink
Add a Plumage metadata file for Tapir, generated with 'parrot setup.p…
Browse files Browse the repository at this point in the history
…ir plumage'
  • Loading branch information
leto committed Dec 17, 2009
1 parent 38d7b56 commit 02fdb6c
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions metadata/tapir.json
@@ -0,0 +1,64 @@
{
"meta-spec" : {
"version" : 1,
"uri" : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem"
},
"general" : {
"name" : "tapir",
"abstract" : "Fast TAP Harness written in PIR",
"authority": "http://github.com/leto",
"version" : "HEAD",
"license" : {
"type" : "Artistic License 2.0",
"uri" : "http://www.perlfoundation.org/artistic_license_2_0"
},
"copyright_holder" : "Jonathan \"Duke\" Leto",
"generated_by" : "distutils",
"keywords" : ["TAP", "harness", "testing"],
"description" : "Fast TAP Harness written in PIR"
},
"instructions" : {
"fetch" : {
"type" : "repository"
},
"update" : {
"type" : "parrot_setup"
},
"build" : {
"type" : "parrot_setup"
},
"test" : {
"type" : "parrot_setup"
},
"smoke" : {
"type" : "parrot_setup"
},
"install" : {
"type" : "parrot_setup"
},
"uninstall": {
"type" : "parrot_setup"
},
"clean" : {
"type" : "parrot_setup"
}
},
"dependency-info" : {
"provides" : ["tapir"],
"requires" : {
"fetch" : ["git"],
"build" : [],
"test" : ["perl5"],
"install" : [],
"runtime" : []
}
},
"resources" : {
"repository" : {
"type" : "git",
"checkout_uri": "git://github.com/leto/tapir.git",
"browser_uri" : "http://github.com/leto/tapir",
"project_uri" : "http://github.com/leto/tapir"
}
}
}

0 comments on commit 02fdb6c

Please sign in to comment.