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
|
{
"name": "Neofetch",
"description": "Fast, highly customisable system info script",
"url": "https://github.com/dylanaraps/neofetch/archive/6.0.0.tar.gz",
"mirror": null,
"homepage": "https://github.com/dylanaraps/neofetch",
"depends": [
{
"depend": "imagemagick",
"build-depend": false
},
{
"depend": "screenresolution",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"install\", \"PREFIX=#{prefix}\""
],
"version": "6.0.0",
"file": "neofetch.rb"
}
|