blob: 99265b22f16e8dd8c7d0486ac3c925ea7d5d2704 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "GitRecent",
"description": "See your latest local git branches, formatted real fancy",
"url": "https://github.com/paulirish/git-recent/archive/v1.1.0.tar.gz",
"mirror": null,
"homepage": "https://github.com/paulirish/git-recent",
"depends": [
{
"depend": "macos",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bin.install \"git-recent\""
],
"version": "1.1.0",
"file": "git-recent.rb"
}
|