Skip to content

Commit

Permalink
Add a plumage metadata file and correct the README
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 27, 2009
1 parent ad8b4be commit 6032262
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README
Expand Up @@ -17,9 +17,3 @@ To install Kea:
To Uninstall Kea:
$ sudo parrot setup.pir uninstall


DEVELOPERS-ONLY

To generate new Plumage data
$ parrot setup.pir plumage > plumage/kea.json

56 changes: 56 additions & 0 deletions plumage/kea.json
@@ -0,0 +1,56 @@
{
"meta-spec" : {
"version" : 1,
"uri" : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem"
},
"general" : {
"name" : "kea",
"abstract" : "Factor on Parrot",
"authority": "git://github.com/leto",
"version" : "HEAD",
"license" : {
"type" : "Artistic License 2.0",
"uri" : "http://www.perlfoundation.org/artistic_license_2_0"
},
"copyright_holder" : "The Perl Foundation",
"generated_by" : "Jonathan 'Duke' Leto <jonathan@leto.net>",
"keywords" : ["kea", "Perl", "Perl 6", "HLL"],
"description" : "Kea is Factor, a practical stack language, on Parrot",
},
"instructions" : {
"fetch" : {
"type" : "repository"
},
"configure": {
"type" : "none",
},
"build" : {
"type" : "make"
},
"test" : {
"type" : "make"
},
"install" : {
"type" : "make"
}
},
"dependency-info" : {
"provides" : ["kea", "perl6"],
"requires" : {
"fetch" : ["git"],
"configure": ["parrot"],
"build" : ["parrot"],
"test" : ["parrot"],
"install" : ["parrot"],
"runtime" : []
}
},
"resources" : {
"repository" : {
"type" : "git",
"checkout_uri": "git://github.com/leto/kea.git",
"browser_uri" : "http://github.com/leto/kea",
"project_uri" : "http://github.com/leto/kea"
}
}
}

0 comments on commit 6032262

Please sign in to comment.