-
Notifications
You must be signed in to change notification settings - Fork 4
/
organizr.json
44 lines (44 loc) · 938 Bytes
/
organizr.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
{
"name": "organizr",
"plugin_schema": "2",
"release": "12.4-RELEASE",
"artifact": "https://github.com/jsegaert/iocage-plugin-organizr.git",
"properties": {
"vnet": "on",
},
"pkgs": [
"php72",
"curl",
"php72-curl",
"openssl",
"php72-hash",
"php72-openssl",
"php72-filter",
"sqlite3",
"php72-pdo",
"php72-pdo_sqlite",
"php72-sqlite3",
"bash",
"caddy",
"php72-session",
"php72-opcache",
"git-lite",
"php72-json",
"php72-xml",
"php72-simplexml",
"php72-zip",
"php72-zlib",
"php72-bz2",
"php72-ldap"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/quarterly",
"fingerprints": {
"plugin-default": [
{
"function": "sha256",
"fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438"
}
]
},
"official": false
}