Skip to content

mdh34/hackup

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
po
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Icon HackUp

build

Read Hacker News from the desktop

Screenshot

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