Added a generator for CPAN expressions. Expressions often require manual editing, but still something..
svn path=/nixpkgs/trunk/; revision=11947
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#! /bin/sh
|
||||
|
||||
source lib-cache.sh;
|
||||
|
||||
print_meta_yaml () {
|
||||
module_name="$1";
|
||||
module_basename="${module_name//::/-}";
|
||||
|
||||
./grab-url.sh "$(./retrieve-file-link.sh "$module_basename" "META.yml")" \
|
||||
"${module_basename}.meta.yml";
|
||||
};
|
||||
|
||||
module_name="$1";
|
||||
module_basename="${module_name//::/-}";
|
||||
|
||||
cached_output print_meta_yaml "$module_basename" "$module_name" meta.yaml;
|
||||
Reference in New Issue
Block a user