First commit

This commit is contained in:
2023-01-13 23:04:14 +01:00
parent 72a691dce0
commit 1050702522
31 changed files with 1324 additions and 4 deletions

25
models/custom/plugin Normal file
View File

@@ -0,0 +1,25 @@
#!/bin/bash
custom_plugin_isupdatable() {
return 1
}
custom_plugin_isbumpable() {
return 1
}
custom_plugin_getpkgfiles() {
return 1
}
custom_plugin_bump() {
return 1
}
custom_plugin_getlatestversion() {
return 1
}
custom_plugin_update() {
return 1
}