summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cfb006d3d66242f9218dd130707029052b7e7cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Kate Hart <kejt.hart; gmail.com>

pkgname=gcalert
pkgver=3.2
pkgrel=6
pkgdesc='Lightweight Google Calendar notifications'
arch=('any')
url=https://github.com/codehearts/gcalert
license=('GPL')
depends=('python' 'libnotify' 'python-google-api-python-client' 'python-notify2' 'python-dateutil' 'python-oauth2client')
source=("$pkgname-$pkgver::https://raw.githubusercontent.com/codehearts/gcalert/v$pkgver/gcalert")
sha256sums=('81ea48b99cbe0baa40295114ecf7c5c6a7acc4eeb774cc28ae4579f5bb70dd02')

prepare() {
  sed -i -e "1s/3$//" gcalert-$pkgver
}

package() {
  install -Dm755 gcalert-$pkgver "$pkgdir"/usr/bin/gcalert
}

# vim:set ts=2 sw=2 et: