1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Gptsync",
"description": "GPT and MBR partition tables synchronization tool",
"url": "https://downloads.sourceforge.net/refit/refit-src-0.14.tar.gz",
"mirror": null,
"homepage": "https://refit.sourceforge.io/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"cd \"gptsync\" do",
"system \"make\", \"-f\", \"Makefile.unix\", \"CC=#{ENV.cc}\"",
"sbin.install \"gptsync\", \"showpart\"",
"man8.install \"gptsync.8\""
],
"version": "0.14",
"file": "gptsync.rb"
}
|