Skip to content

rickybassom/gtk-gist-manager

Repository files navigation

Code Snippets (codename: gtk-gist-manager)

Build Status

Create, view and edit code snippets fetched from Github Gists.

Dependencies

These dependencies must be present before building

  • valac>= 0.22
  • meson>=0.40.1
  • valagist-1.0 (found here)
  • gtk+-3.0
  • gtksourceview-3.0
  • libsecret-1

Installation

git clone https://github.com/rickybassom/gtk-gist-manager.git
meson build
cd build
ninja # or 'ninja-build' on some distributions
sudo ninja install

Debain build

dpkg-buildpackage -us -uc
sudo dpkg -i com.github.rickybassom.gtk-gist-manager_0.1.1_amd64.deb (or the equivalent)

Flatpak

(currently without a repo)

Build

meson build
flatpak-builder build-dir com.github.rickybassom.gtk-gist-manager.json

Run

flatpak-builder --run build-dir com.github.rickybassom.gtk-gist-manager.json com.github.rickybassom.gtk-gist-manager