Add gitea-tag
This commit is contained in:
parent
7a877ca4ae
commit
af6321f364
30
models/gitea-tag/files/PKGBUILD
Normal file
30
models/gitea-tag/files/PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Maintainer: user <user at the google email domain which is .com>
|
||||
|
||||
_giteaurl=
|
||||
_giteauser=
|
||||
_gitearepo=
|
||||
_pkgtagname=
|
||||
|
||||
pkgname=
|
||||
pkgver=0
|
||||
pkgrel=0
|
||||
pkgdesc='Desc'
|
||||
arch=('any')
|
||||
url="${_giteaurl}/${_giteauser}/${_gitearepo}"
|
||||
#license=('GPL3')
|
||||
#depends=()
|
||||
#makedepends=()
|
||||
#optdepends=()
|
||||
#install="${pkgname}.install"
|
||||
#provides=()
|
||||
#backup=()
|
||||
source=("${_githubrepo}::${_giteaurl}/${_giteauser}/${_gitearepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "${_githubrepo}-${pkgver}"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${_githubrepo}-${pkgver}"
|
||||
}
|
6
models/gitea-tag/settings
Normal file
6
models/gitea-tag/settings
Normal file
@ -0,0 +1,6 @@
|
||||
plugin=gitea-tag
|
||||
target=local-test
|
||||
giteaurl=
|
||||
giteauser=
|
||||
gitearepo=
|
||||
#aursshkey=
|
Loading…
Reference in New Issue
Block a user