Skip to content
Snippets Groups Projects
Commit 494cea93 authored by Bernhard Landauer's avatar Bernhard Landauer
Browse files

build stable

parent f7547b47
No related branches found
No related tags found
No related merge requests found
Pipeline #2560 failed
build-package:
tags:
- aarch64
script:
- export PKG=${PWD##*/}
- cd ..
- sudo chrootbuild -cp $PKG
- mv -v ./*.pkg.tar.* $PKG
artifacts:
paths:
- ./*.pkg.tar.*
expire_in: 1 week
......@@ -2,27 +2,17 @@
pkgname=amazfish
_repo=harbour-$pkgname
pkgver=1.9.5
pkgrel=1.2
pkgver=1.9.6
pkgrel=1
_commit=0638cc7
_wfcommit=e3bf99e
pkgdesc='Companion application for the Huami Amazfit Bip, Cor, MiBand2/3 and GTS'
arch=('x86_64' 'aarch64')
license=(GPL3)
url="https://github.com/piggz/$_repo"
makedepends=('git')
depends=('kcontacts' 'kdb' 'kirigami2' 'mlite' 'mpris-qt5' 'qt5-connectivity' 'qt5-location' 'qt5-quickcontrols2')
source=("git+$url.git#commit=$_commit"
"git+https://github.com/piggz/libwatchfish.git#commit=$_wfcommit")
md5sums=('SKIP'
'SKIP')
prepare() {
cd $_repo
git submodule init
git config submodule.libwatchfish.git.url $srcdir/libwatchfish
git submodule update
}
source=("$url/archive/$pkgver.tar.gz")
md5sums=('464b78651b83ebca3c3e19fdeaa2e3d4')
build() {
cd $_repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment