diff --git a/setup.pir b/setup.pir index 95dcd0b..aa8f008 100755 --- a/setup.pir +++ b/setup.pir @@ -52,6 +52,20 @@ No Configure step, no Makefile generated. register_step('spectest', spectest) $P0 = new 'Hash' + $P0['name'] = 'Lua' + $P0['abstract'] = 'Lua on Parrot' + $P0['authority'] = 'http://github.com/fperrad' + $P0['description'] = 'Lua 5.1 on Parrot' + $P5 = split ',', 'lua' + $P0['keywords'] = $P5 + $P0['license_type'] = 'Artistic License 2.0' + $P0['license_uri'] = 'http://www.perlfoundation.org/artistic_license_2_0' + $P0['copyright_holder'] = 'Parrot Foundation' + $P0['generated_by'] = 'Francois Perrad ' + $P0['checkout_uri'] = 'git://github.com/fperrad/lua.git' + $P0['browser_uri'] = 'http://github.com/fperrad/lua' + $P0['project_uri'] = 'http://github.com/fperrad/lua' + # build $P1 = new 'Hash' $P2 = split "\n", <<'SOURCES'