1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
{
"name": "Clipsafe",
"description": "Command-line interface to Password Safe",
"url": "http://waxandwane.org/download/clipsafe-1.1.tar.gz",
"mirror": null,
"homepage": "http://waxandwane.org/clipsafe.html",
"depends": [],
"resource": [
{
"name": "Crypt::Twofish",
"url": "https://cpan.metacpan.org/authors/id/A/AM/AMS/Crypt-Twofish-2.17.tar.gz"
},
{
"name": "Digest::SHA",
"url": "https://cpan.metacpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-5.96.tar.gz"
},
{
"name": "DateTime",
"url": "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-1.35.tar.gz"
},
{
"name": "DateTime::Locale",
"url": "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-1.05.tar.gz"
},
{
"name": "DateTime::TimeZone",
"url": "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-2.01.tar.gz"
}
],
"conflicts": [],
"patches": [],
"install": [
"ENV.prepend_create_path \"PERL5LIB\", libexec+\"lib/perl5\"",
"resource(\"Crypt::Twofish\").stage do",
"system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\"",
"system \"make\"",
"system \"make\", \"install\""
],
"version": "1.1",
"file": "clipsafe.rb"
}
|