summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 093650cd00e10fec1b4636a791c59e136b28fa24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Luca Weiss <WEI16416@spengergasse.at>

pkgname=timeslottracker
pkgver=1.3.1
pkgrel=1
pkgdesc="Simple and useful time tracker"
arch=('any')
url="https://sourceforge.net/projects/timeslottracker/"
license=('GPL2')
provides=("timeslottracker")
depends=("java-environment")
source=("http://downloads.sourceforge.net/project/timeslottracker/TimeSlotTracker/${pkgver}/timeslottracker_${pkgver}_all.deb")
md5sums=('154c3b0777f2b94049f2d6b9d5dc2581')

package() {
	bsdtar xf data.tar.xz
	chmod -R g-w usr
	mv {etc,usr,var} "${pkgdir}"
}