github.com/nuvolaris/nuv@v0.0.0-20240511174247-a74e3a52bfd8/bin/linux/deb.json (about) 1 { 2 "name": "nuv", 3 "maintainer": "Michele Sciabarra <michele@nuvolaris.io>", 4 "summary": "Nuvolaris CLI Tools", 5 "description": "Command Line Tools for Nuvolaris", 6 "license": "LICENSE", 7 "arch": "!arch!", 8 "homepage": "http://github.com/nuvolaris/nuv", 9 "postinst-file": "postinst", 10 "prerm-file": "prerm", 11 "files": [ 12 { 13 "from": "!arch!/*", 14 "to": "/usr/nuvolaris/", 15 "base": "!arch!/", 16 "fperm": "0755" 17 } 18 ], 19 "copyrights": [ 20 { 21 "files": "*", 22 "copyright": "2022 Michele Sciabarra <michele@nuvolaris.io>", 23 "license": "Apache 2.0", 24 "file": "LICENSE" 25 } 26 ] 27 }