blob: 73c1b990d83b05950c7b545a982a27730bf557db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "Vnstat",
"description": "Console-based network traffic monitor",
"url": "https://humdi.net/vnstat/vnstat-1.18.tar.gz",
"mirror": null,
"homepage": "https://humdi.net/vnstat/",
"depends": [
{
"depend": "gd",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"(var/\"db/vnstat\").mkpath",
"(var/\"log/vnstat\").mkpath",
"(var/\"run/vnstat\").mkpath"
],
"version": "1.18",
"file": "vnstat.rb"
}
|