robertsanseries / template-for-vala-apps

A template for desktop applications written in Vala

Home Page:https://alvanel.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

App Template

My application template Vala for elementary OS.


Screenshot
Report a problem!

Installation

Dependencies

These dependencies must be present before building

  • meson (>=0.40)
  • valac (>=0.16)
  • debhelper (>= 9)
  • libgranite-dev
  • libgtk-3-dev

Building

git clone https://github.com/robertsanseries/template-for-vala-apps.git && cd template-for-vala-apps
meson build && cd build
meson configure -Dprefix=/usr
ninja
sudo ninja install
com.github.robertsanseries.template-for-vala-apps

Deconstruct

sudo ninja uninstall

Contributing

To help, access the links below:

License

This project is licensed under the GPL3 License - see the LICENSE file for details.

About

A template for desktop applications written in Vala

https://alvanel.github.io

License:GNU General Public License v3.0


Languages

Language:Vala 90.9%Language:Meson 6.3%Language:CSS 2.1%Language:Python 0.7%