1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "FseventWatch",
"description": "macOS FSEvents client",
"url": "https://github.com/proger/fsevent_watch/archive/v0.1.tar.gz",
"mirror": null,
"homepage": "https://github.com/proger/fsevent_watch",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bin.mkpath",
"system \"make\", \"install\", \"PREFIX=#{prefix}\", \"CFLAGS=-DCLI_VERSION=\\\\\\\"#{version}\\\\\\\"\""
],
"version": "0.1",
"file": "fsevent_watch.rb"
}
|