https://github.com/ranfdev/hackup
https://github.com/ranfdev/hackup
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranfdev/hackup
- Owner: ranfdev
- License: gpl-3.0
- Created: 2019-03-05T21:37:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T21:37:48.000Z (over 7 years ago)
- Last Synced: 2025-04-05T23:13:26.891Z (about 1 year ago)
- Language: Vala
- Size: 5.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
#  HackUp
[](https://travis-ci.org/mdh34/hackup)
Read Hacker News from the desktop

## Build Dependencies:
- libgranite-dev >= 5.0
- libgtk-3-dev
- libjson-glib-dev
- libsoup2.4-dev
- libwebkit2gtk-4.0-dev
- meson
- valac
## Install:
### Flatpak:
HackUp is avaliable on Flathub, install it by running:
```
flatpak install flathub com.github.mdh34.hackup
```
### From Source:
```
sudo apt install libgranite-dev libgtk-3-dev libjson-glib-dev libsoup2.4-dev libwebkit2gtk-4.0-dev meson valac
git clone https://github.com/mdh34/hackup.git
cd ./hackup/
meson build --prefix=/usr
cd build
ninja
sudo ninja install
```