First commit
This commit is contained in:
19
models/custom/files/PKGBUILD
Normal file
19
models/custom/files/PKGBUILD
Normal file
@@ -0,0 +1,19 @@
|
||||
# Maintainer: me <me at the google email domain which is .com>
|
||||
|
||||
pkgname=pkgname
|
||||
pkgver=0.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="Desc"
|
||||
arch=('any')
|
||||
url='url'
|
||||
license=('GPL3')
|
||||
#depends=()
|
||||
#makedepends=()
|
||||
#optdepends=()
|
||||
#source=("${pkgname}::git+https://url.git")
|
||||
#md5sums=('SKIP')
|
||||
#backup=()
|
||||
|
||||
package() {
|
||||
cd ${pkgname}
|
||||
}
|
||||
25
models/custom/plugin
Normal file
25
models/custom/plugin
Normal 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
|
||||
}
|
||||
2
models/custom/settings
Normal file
2
models/custom/settings
Normal file
@@ -0,0 +1,2 @@
|
||||
plugin=custom
|
||||
target=local-test
|
||||
Reference in New Issue
Block a user