Skip to content

sgpthomas/hourglass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d3d17f · Nov 8, 2021
Aug 12, 2021
Nov 8, 2021
Aug 26, 2021
Apr 17, 2020
Nov 6, 2021
Aug 15, 2021
Nov 8, 2021
Jul 22, 2021
Apr 20, 2017
Nov 5, 2021
Oct 3, 2021
Oct 27, 2021
Nov 8, 2021

Repository files navigation

Hourglass

Hourglass is a simple time keeping application designed for elementary OS.

Author: Samuel Thomas <sgpthomas@gmail.com>

Installation

For Users

On elementary OS? Click the button to get Hourglass on AppCenter:

Get it on AppCenter

For Developers

You'll need the following dependencies to build:

  • libgranite-dev (>= 6.0.0)
  • libgtk-3-dev
  • libhandy-1-dev
  • meson (>= 0.49.0)
  • valac

Run meson build to configure the build environment and then change to the build directory and run ninja to build

meson build --prefix=/usr 
cd build
ninja

To install, use ninja install, then execute with com.github.sgpthomas.hourglass

ninja install
com.github.sgpthomas.hourglass