summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4a0f69bfa2d1913429c73ed1a0fb4499d9341bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Luis Gustavo S. Barreto <gustavosbarreto@gmail.com>

pkgname=activecollab5-timer
pkgver=1.6.81
pkgrel=1
pkgdesc="activeCollab Timer tracks time on your desktop computer and lets you easily submit it to activeCollab via activeCollab API. "
arch=('x86_64')
url="https://timer.activecollab.com/"
license=('unknown')
depends=(gtk2)
makedepends=(dpkg)
options=(!strip)
source=(https://timer.activecollab.com/downloads/linux/current/activecollab-timer.deb)
md5sums=(7cb159778847529fc0bf6588835643ab)

prepare() {
    dpkg-deb -x activecollab-timer.deb ${srcdir}
}

package() {
    cp -rf ${srcdir}/* ${pkgdir}
}