summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 63628f1036639880cf53dcb5b5c3b460b2d6c005 (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
# Maintainer: Payson Wallach <payson@paysonwallach.com>

pkgname=aw-client
pkgver=0.8.3
pkgrel=1
pkgdesc="Log what you do on your computer. Simple, extensible, no third parties."
arch=('i686' 'x86_64')
url="https://github.com/ActivityWatch/activitywatch"
license=('MPL2')
groups=()
depends=('python>=3.5.1' 'python-persist-queue' 'python-requests')
makedepends=('python>=3.5.1' 'python-setuptools')
source=("git+https://github.com/ActivityWatch/aw-client.git#commit=a8c9fd7")
md5sums=('SKIP')

build() {
    cd $pkgname
    python setup.py build
}

package() {
    cd $pkgname
    python setup.py install --skip-build --root="$pkgdir/" --optimize=1
}