summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b1099465659fdb5f4b31d6a0fd0054aae08e29e9 (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
# 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.75.13
urlver=$(echo $pkgver|sed 's/\.\([^.]*\)$/-\1/')
pkgrel=1
arch=('x86_64')
pkgdesc="App to track work time from timedoctor.com"
url="https://www.timedoctor.com/download.html"
license=('proprietary')

#maybe also depends=('libxss')
depends=('libx11' 'libxcb' 'zlib' 'qt4' 'opencv2')

source=("https://updates.timedoctor.com/download/_production/tdpro/linux-ubuntu-16.04/timedoctorpro_${urlver}ubuntu16.04_amd64.deb")
md5sums=('5529730788fd82ecf549eacd92006a1a')

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