mikrotik-container-backup-u.../linux-package.json

29 lines
503 B
JSON

{
"package-info": {
"name": "mktbk",
"description": "Mikrotik container backup utility",
"version": "1.0.0.{{ENV:BUILD_NUMBER}}",
"build": "{{ENV:BUILD_NUMBER}}",
"arch": "noarch",
"license": "GPL",
"url": "kirillius.ru",
"group": "UTIL",
"scripts": {
"before_install": "",
"post_install": "",
"before_remove": "",
"post_remove": ""
}
},
"packages": [
"rpm"
],
"dependencies": {
"rpm": [
"java >= 21"
]
}
}