https://github.com/diegotoral/seasonhunter
A lightweight tv show tracker.
https://github.com/diegotoral/seasonhunter
Last synced: about 2 months ago
JSON representation
A lightweight tv show tracker.
- Host: GitHub
- URL: https://github.com/diegotoral/seasonhunter
- Owner: diegotoral
- License: gpl-3.0
- Created: 2013-03-05T15:57:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-05T12:51:56.000Z (almost 12 years ago)
- Last Synced: 2025-01-17T15:16:41.705Z (4 months ago)
- Language: Vala
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# SeasonHunter
--------------
*SeasonHunter* is a lightweight, open source TV show tracker for Linux.## Dependencies
- CMake
- Vala (>=0.18.0)
- Gtk+ (>=3.0)
- Granite## Installation
### From source
First, [download](https://github.com/diegotoral/SeasonHunter/archive/master.zip) or clone this repository with the following command:```ssh
$ git clone git://github.com/diegotoral/SeasonHunter.git
$ cd SeasonHunter/
```then compile and install as shown bellow
```ssh
$ mkdir build && cd build/
$ cmake ..
$ make && make install
```### From Ubuntu PPA
*TODO*## Author
Diego Toral -