mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Add recipe for TimeTracker v0.2
This commit is contained in:
48
haiku-apps/timetracker/timetracker-0.2.recipe
Normal file
48
haiku-apps/timetracker/timetracker-0.2.recipe
Normal file
@@ -0,0 +1,48 @@
|
||||
SUMMARY="Keeps track of the time you spend on your various projects"
|
||||
DESCRIPTION="TimeTracker lets you create tasks for your various projects and \
|
||||
shows them in a list. Via double-click on an entry you start/stop the timer \
|
||||
on that task, thus helping you keep track of how much time you spend doing \
|
||||
what."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/TimeTracker"
|
||||
COPYRIGHT="200? Michael Wulff Nielsen
|
||||
2016 Humdinger"
|
||||
LICENSE="GNU GPL v1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/TimeTracker/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="eeef96d6ccccf580497787b0c68ba6014c4985553266027c86cd0aff16037857"
|
||||
SOURCE_DIR="TimeTracker-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
|
||||
PROVIDES="
|
||||
timetracker = $portVersion
|
||||
app:TimeTracker = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="settings/TimeTracker
|
||||
settings/TimeTrackerTasks"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -a src/objects/TimeTracker $appsDir
|
||||
addAppDeskbarSymlink $appsDir/TimeTracker
|
||||
}
|
||||
Reference in New Issue
Block a user