summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 880f2279e19b3d9c908a2add6b508854bbd9ff2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: CareF <CareF.lm@gmail.com>

pkgname=deepin-dock-plugin-weather-git
pkgver=5.2
pkgrel=1
pkgdesc="A plugin for deepin dock, display weather information."
arch=('x86_64')
url="https://github.com/sonichy/WEATHER_DDE_DOCK"
depends=('deepin-dock')
makedepends=('git' 'qt5-base')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CareF/deepin-dock-plugin-weather/archive/${pkgver}.tar.gz")
md5sums=('9ccbdeffe68796a0bb92d44ebdd38230')
_gitname=deepin-dock-plugin-weather

build() {
  qmake "$srcdir/$_gitname-$pkgver"
  make ${MAKEFLAGS}
}

package(){
  make INSTALL_ROOT="$pkgdir/usr" install
}