Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickybassom/date-countdown
A date countdown applet
https://github.com/rickybassom/date-countdown
countdown-timer flatpak granite gtk linux vala
Last synced: about 2 months ago
JSON representation
A date countdown applet
- Host: GitHub
- URL: https://github.com/rickybassom/date-countdown
- Owner: rickybassom
- License: gpl-3.0
- Created: 2017-07-22T21:00:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T19:34:08.000Z (about 4 years ago)
- Last Synced: 2024-08-23T22:10:36.982Z (5 months ago)
- Topics: countdown-timer, flatpak, granite, gtk, linux, vala
- Language: Vala
- Homepage:
- Size: 178 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Date Countdown - A date countdown applet [:white_check_mark:](https://appcenter.elementary.io/com.github.rickybas.date-countdown) (Applications / Productivity)
README
# date-countdown
[![Build Status](https://travis-ci.org/rickybassom/date-countdown.svg?branch=master)](https://travis-ci.org/rickybassom/date-countdown)[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.rickybassom.date-countdown)
A date countdown applet
![Screenshot](data/screenshot.png)
## Dependencies
These dependencies must be present before building- `valac>= 0.22`
- `meson>=0.40.1`
- `gtk+-3.0`
- `granite`## Build
```sh
git clone https://github.com/rickybassom/date-countdown.git
cd date-countdown
meson build
cd build
ninja
```## Installation
```sh
sudo ninja install
./com.github.rickybassom.date-countdown
```## Debain build
```sh
dpkg-buildpackage -us -uc
sudo dpkg -i com.github.rickybassom.date-countdown_0.2.0_amd64.deb (or the equivalent)
```## Flatpak
(currently without a repo)### Build
```sh
flatpak-builder build-dir com.github.rickybassom.date-countdown.json
```### Run
```sh
flatpak-builder --run build-dir com.github.rickybassom.date-countdown.json com.github.rickybassom.date-countdown
```