2025-01-05 13:35:56 +01:00
|
|
|
{
|
|
|
|
"packages": {
|
|
|
|
"calc": {
|
|
|
|
"name": "calc",
|
2025-01-05 13:45:36 +01:00
|
|
|
"version": "1.1",
|
2025-01-05 13:35:56 +01:00
|
|
|
"install": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/install.sh",
|
|
|
|
"update": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/update.sh",
|
|
|
|
"remove": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/remove.sh"
|
2025-01-05 13:45:36 +01:00
|
|
|
},
|
|
|
|
"notepad": {
|
|
|
|
"name": "notepad",
|
|
|
|
"version": "1.0",
|
|
|
|
"install": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/notepad/install.sh",
|
|
|
|
"update": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/notepad/update.sh",
|
|
|
|
"remove": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/notepad/remove.sh"
|
2025-01-05 13:35:56 +01:00
|
|
|
}
|
|
|
|
}
|
2025-01-05 13:45:36 +01:00
|
|
|
}
|