Add gitea-branch
This commit is contained in:
30
models/gitea-branch/files/PKGBUILD
Normal file
30
models/gitea-branch/files/PKGBUILD
Normal file
@@ -0,0 +1,30 @@
|
||||
# Maintainer: user <user at the google email domain which is .com>
|
||||
|
||||
_giteaurl=
|
||||
_giteauser=
|
||||
_gitearepo=
|
||||
_gitcommit=
|
||||
|
||||
pkgname=
|
||||
pkgver=0
|
||||
pkgrel=0
|
||||
pkgdesc='Desc'
|
||||
arch=('any')
|
||||
url="${_giteaurl}/${_giteauser}/${_gitearepo}"
|
||||
#license=('GPL3')
|
||||
#depends=()
|
||||
makedepends=('git')
|
||||
#optdepends=()
|
||||
#install="${pkgname}.install"
|
||||
#provides=()
|
||||
#backup=()
|
||||
source=("git+${_giteaurl}/${_giteauser}/${_gitearepo}.git#commit=${_gitcommit}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "${_gitearepo}"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${_gitearepo}"
|
||||
}
|
||||
12
models/gitea-branch/settings
Normal file
12
models/gitea-branch/settings
Normal file
@@ -0,0 +1,12 @@
|
||||
plugin=gitea-branch
|
||||
target=local-test
|
||||
giteaurl=
|
||||
giteauser=
|
||||
gitearepo=
|
||||
gitbranch=
|
||||
gitcommit=
|
||||
pkgrev=0
|
||||
pkgver=0
|
||||
version=0
|
||||
pkgrel=1
|
||||
#aursshkey=
|
||||
Reference in New Issue
Block a user