eternity/test-package/eternity.json

13 lines
217 B
JSON
Raw Normal View History

{
"metadata": {
"name": "example-package",
"version": "1.0.0"
},
"build": {
"type": "host",
"steps": [
"echo Building the package...",
"echo Done!"
]
}
}