Skip to content

nakotami/hourglass

 
 

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 92.3%
  • Meson 6.4%
  • Other 1.3%