summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f444aec0b2e6a8e15eabf0a82e1750cf72e495ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#Maintainer: GT610 <myddz1005@163.com>

pkgname=gnome-shell-extension-zorin-taskbar
_name=zorin-taskbar
pkgver=40.20
pkgrel=1
pkgdesc="Various settings and changes for the panel in Zorin Desktop."
arch=('any')
url="https://github.com/ZorinOS/zorin-taskbar"
license=('GPL-2.0')
depends=('gnome-shell')
options=('!emptydirs' '!strip')
install=${pkgname}.install
source=(${_name}-${pkgver}.tar.gz::https://github.com/ZorinOS/${_name}/archive/refs/tags/${pkgver}.tar.gz)
md5sums=('6c7d47fc8021dd2e5fca1871595ee2a4')
sha256sums=('b88c44dfc50fed9f20da2adff52245c41c6a5df7d3ddd6fba2c2f5a8077472af')

build() {
  cd "${srcdir}"/${_name}-${pkgver}
  make
}

package() {
  cd "${srcdir}"/${_name}-${pkgver}
  make DESTDIR="${pkgdir}" VERSION="${pkgver}" install
}