1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "HardlinkOsx",
"description": "Command-line utility that implements hardlinks on macOS",
"url": "https://github.com/selkhateeb/hardlink/archive/v0.1.1.tar.gz",
"mirror": null,
"homepage": "https://github.com/selkhateeb/hardlink",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\"",
"bin.mkdir",
"system \"make\", \"install\", \"PREFIX=#{prefix}\""
],
"version": "0.1.1",
"file": "hardlink-osx.rb"
}
|