-
-
Notifications
You must be signed in to change notification settings - Fork 527
/
_config.yml
91 lines (79 loc) · 2.2 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
title: Homebrew Formulae
description: Homebrew's package index
remote_theme: Homebrew/brew.sh
exclude:
- bin
- script
- CNAME
- LICENSE.txt
- Rakefile
- README.md
- Gemfile*
- vendor
- docs/.ruby-version
- docs/Gemfile*
plugins:
- jekyll-redirect-from
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
permalink: :title
defaults:
- scope:
path: ""
values:
image: /assets/img/homebrew-256x256.png
search_name: Homebrew Formulae
search_site: formulae
taps:
core:
repository: core
name: Homebrew/core
fullname: Homebrew/homebrew-core
remote: https://github.com/Homebrew/homebrew-core
cask:
repository: cask
name: Homebrew/cask
fullname: Homebrew/homebrew-cask
remote: https://github.com/Homebrew/homebrew-cask
analytics:
intervals:
- name: 30 days
path: 30d
- name: 90 days
path: 90d
- name: 365 days
path: 365d
categories:
formulae:
- name: Installs
path: install
- name: Installs on Request
path: install-on-request
- name: Build Errors
path: build-error
# sync with Library/Homebrew/deprecate_disable.rb
reasons:
formula:
does_not_build: "does not build"
no_license: "has no license"
repo_archived: "has an archived upstream repository"
repo_removed: "has a removed upstream repository"
unmaintained: "is not maintained upstream"
unsupported: "is not supported upstream"
deprecated_upstream: "is deprecated upstream"
versioned_formula: "is a versioned formula"
checksum_mismatch: "was built with an initially released source file that had a different checksum than the current one"
cask:
discontinued: "is discontinued upstream"
moved_to_mas: "is now exclusively distributed on the Mac App Store"
no_longer_available: "is no longer available upstream"
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks"
unmaintained: "is not maintained upstream"
unsigned: "is unsigned or does not meet signature requirements"
logo: /assets/img/homebrew.svg
forkme_nwo: Homebrew/formulae.brew.sh
twitter:
username: MacHomebrew
facebook:
publisher: https://www.facebook.com/machomebrew/