forked from ix-plugin-hub/iocage-plugin-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
homeassistant.json
50 lines (50 loc) · 905 Bytes
/
homeassistant.json
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
{
"name": "homeassistant",
"release": "12.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-homeassistant.git",
"official": "false",
"devfs_ruleset": {
"paths": {
"zfs": null,
"bpf*": null,
"cua*": null
},
"includes": [
"1",
"2",
"3"
]
},
"properties": {
"allow_raw_sockets": "1",
"dhcp": "1"
},
"pkgs": [
"autoconf",
"bash",
"ca_root_nss",
"curl",
"ffmpeg",
"gcc",
"gmake",
"libxml2",
"libxslt",
"pkgconf",
"python38",
"py38-sqlite3",
"sudo",
"wget",
"zip"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/quarterly",
"fingerprints": {
"plugin-default": [
{
"function": "sha256",
"fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438"
}
]
},
"plugin_schema": "2",
"revision": "1"
}