blob: 45d5c63808bf609836bbee335eb8e00c73ffe07d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Par2",
"description": "Parchive: Parity Archive Volume Set for data recovery",
"url": "https://github.com/Parchive/par2cmdline/releases/download/v0.8.0/par2cmdline-0.8.0.tar.bz2",
"mirror": null,
"homepage": "https://github.com/Parchive/par2cmdline",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "0.8.0",
"file": "par2.rb"
}
|