aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/package/rename.az17
1 files changed, 17 insertions, 0 deletions
diff --git a/internal/rosa/package/rename.az b/internal/rosa/package/rename.az
new file mode 100644
index 00000000..9e98ae0f
--- /dev/null
+++ b/internal/rosa/package/rename.az
@@ -0,0 +1,17 @@
+package rename {
+ description = "rename renames the filenames supplied according to the rule specified as the first argument";
+ website = "https://search.cpan.org/dist/rename";
+ anitya = 14302;
+
+ version# = "1.16.2";
+ // CPAN missing files
+ source = remoteGitHub {
+ suffix = "pstray/rename";
+ tag = "v"+version;
+ checksum = "4VTeBcv1-oa_OlxpKS4h9ZxZMEq1wrk8hzaiBVZTMYCVQ0adDZ8ubPZ3VFf6qqeo";
+ };
+
+ exec = makeMaker {};
+
+ runtime = [ perl ];
+}