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
|
{
"name": "Redshift",
"description": "Adjust color temperature of your screen according to your surroundings",
"url": "https://github.com/jonls/redshift/releases/download/v1.12/redshift-1.12.tar.xz",
"mirror": null,
"homepage": "http://jonls.dk/redshift/",
"depends": [
{
"depend": "autoconf",
"build-depend": true
},
{
"depend": "automake",
"build-depend": true
},
{
"depend": "libtool",
"build-depend": true
},
{
"depend": "intltool",
"build-depend": true
},
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "gettext",
"build-depend": false
},
{
"depend": "glib",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"args = %W[",
"--prefix=#{prefix}",
"--enable-corelocation",
"--disable-silent-rules",
"--disable-dependency-tracking",
"--disable-geoclue",
"--disable-geoclue2",
"--enable-quartz",
"--with-systemduserunitdir=no",
"--disable-gui",
"]",
"system \"./bootstrap\" if build.head?",
"system \"./configure\", *args",
"system \"make\", \"install\"",
"pkgshare.install \"redshift.conf.sample\""
],
"version": "1.12",
"file": "redshift.rb"
}
|