Compare commits

...

4 Commits
0.0.1 ... dev

Author SHA1 Message Date
adc1c530e2 update makrerelease 2024-04-07 04:24:58 +02:00
436f8f62e4 update makrerelease 2024-04-07 04:24:17 +02:00
827ce5d39d Update pkgbuilder help 2024-04-07 04:21:20 +02:00
905ebb3719 upadte models 2024-03-28 02:25:02 +01:00
7 changed files with 16 additions and 22 deletions

View File

@ -8,6 +8,7 @@ showHelp() {
echo "command :"
echo " list List packages infos"
echo " infos pkgname Display package infos"
echo " create pkgname modelname Display package infos"
echo " build pkgname Build and publish package"
echo " bump pkgname Bump release and publish package"
echo " checkupdate pkgname Check package update"

View File

@ -16,13 +16,6 @@ if [ "${VERSION}" == "" ]; then
exit 1
fi
ssh -T git@github.com
if [ ! "${?}" = "1" ]; then
echo "No Github ssh key loaded exiting..."
exit 1
fi
CURRENTBRANCH=$(git rev-parse --abbrev-ref HEAD)
if [ ! "${CURRENTBRANCH}" == "dev" ]; then

View File

@ -10,7 +10,7 @@ license=('GPL3')
#depends=()
#makedepends=()
#optdepends=()
#source=("${pkgname}::git+https://url.git")
#source=("${pkgname}-${pkgrel}.tar.gz::git+https://url.git")
#md5sums=('SKIP')
#backup=()

View File

@ -18,7 +18,7 @@ url="${_giteaurl}/${_giteauser}/${_gitearepo}"
#install="${pkgname}.install"
#provides=()
#backup=()
source=("${_gitearepo}::${_giteaurl}/${_giteauser}/${_gitearepo}/archive/${_pkgtagname}.tar.gz")
source=("${_gitearepo}-${pkgrel}.tar.gz::${_giteaurl}/${_giteauser}/${_gitearepo}/archive/${_pkgtagname}.tar.gz")
sha256sums=('SKIP')
build() {

View File

@ -17,8 +17,8 @@ url="https://github.com/${_githubuser}/${_githubrepo}"
#install="${pkgname}.install"
#provides=()
#backup=()
#source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
#source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/releases/download/v${pkgver}/${_githubrepo}-${pkgver}.tar.gz")
#source=("${_githubrepo}-${pkgrel}.tar.gz::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
#source=("${_githubrepo}-${pkgrel}.tar.gz::https://github.com/${_githubuser}/${_githubrepo}/releases/download/v${pkgver}/${_githubrepo}-${pkgver}.tar.gz")
sha256sums=('SKIP')
build() {

View File

@ -17,7 +17,7 @@ url="https://github.com/${_githubuser}/${_githubrepo}"
#install="${pkgname}.install"
#provides=()
#backup=()
source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
source=("${_githubrepo}-${pkgrel}.tar.gz::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
sha256sums=('SKIP')
build() {

View File

@ -10,7 +10,7 @@ license=('GPL3')
#depends=()
#makedepends=()
#optdepends=()
#source=("${pkgname}::git+https://url.git")
#source=("${pkgname}-${pkgrel}::git+https://url.git")
#md5sums=('SKIP')
#backup=()