mirror of
https://github.com/spitkov/ynsrepo.git
synced 2025-01-18 12:34:38 +01:00
11 lines
385 B
JSON
11 lines
385 B
JSON
|
{
|
||
|
"packages": {
|
||
|
"calc": {
|
||
|
"name": "calc",
|
||
|
"version": "1.0",
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|