aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/rename.az
blob: 9e98ae0fb2b56e6781c02cc1cf508e79b2695d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 ];
}