Base nouveau process d'empaquetage
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
{
|
||||
"name": "hello-world",
|
||||
"dependencies": {
|
||||
"debian:jessie": [
|
||||
"apache2 (>= 2.4)",
|
||||
"php5 (>= 5.4)"
|
||||
]
|
||||
"debian:jessie": {
|
||||
"apache2": ">= 2.4",
|
||||
"php5": ">= 5.4"
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"preBuild": "./scripts/pre-build.sh",
|
||||
"postBuild": "./scripts/post-build.sh",
|
||||
"preInstall": "./scripts/pre-install.sh",
|
||||
"preRemove": "",
|
||||
"postInstall": "",
|
||||
|
Reference in New Issue
Block a user