First commit
This commit is contained in:
29
models/github-release/files/PKGBUILD
Normal file
29
models/github-release/files/PKGBUILD
Normal file
@@ -0,0 +1,29 @@
|
||||
# Maintainer: user <user at the google email domain which is .com>
|
||||
|
||||
_githubuser=
|
||||
_githubrepo=
|
||||
_pkgtagname=
|
||||
|
||||
pkgname=
|
||||
pkgver=0
|
||||
pkgrel=0
|
||||
pkgdesc='Desc'
|
||||
arch=('any')
|
||||
url="https://github.com/${_githubuser}/${_githubrepo}"
|
||||
#license=('GPL3')
|
||||
#depends=()
|
||||
#makedepends=()
|
||||
#optdepends=()
|
||||
#install="${pkgname}.install"
|
||||
#provides=()
|
||||
#backup=()
|
||||
source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "${_githubrepo}-${pkgver}"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${_githubrepo}-${pkgver}"
|
||||
}
|
||||
4
models/github-release/settings
Normal file
4
models/github-release/settings
Normal file
@@ -0,0 +1,4 @@
|
||||
plugin=github-release
|
||||
target=local-test
|
||||
githubuser=
|
||||
githubrepo=
|
||||
Reference in New Issue
Block a user