summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4a3d540b99042d504f892956d1629fdc768f2507 (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
# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Maintainer: Your Name <youremail@domain.com>
pkgname=timedoctorpro
pkgver=1.4.74.11
pkgrel=1
arch=('x86_64')
pkgdesc="App to track work time from timedoctor.com"
url="https://www.timedoctor.com/download.html"
license=('proprietary')
#mayybe also depends=('openexr')
depends=('libxss' 'intel-tbb' 'opencv2')
optdepends=('openexr')

#install=$pkgname.install
source=('https://updates.timedoctor.com/download/_production/tdpro/linux-ubuntu-16.04/timedoctorpro_1.4.74-11ubuntu16.04_amd64.deb')
md5sums=('2883fbcf495d9657a9fa8c9c64595b1b')


package() {
        cd $pkgdir
        tar -xf $srcdir/data.tar.xz
}