An open API service indexing awesome lists of open source software.

https://github.com/eetagent/licenses

Simple Vala learning project. An application that displays a list of FOSS licenses
https://github.com/eetagent/licenses

gtk4 licenses vala

Last synced: 24 days ago
JSON representation

Simple Vala learning project. An application that displays a list of FOSS licenses

Awesome Lists containing this project

README

        

Licenses

[![Vala](https://img.shields.io/badge/lang-Vala-purple.svg)](https://gitlab.gnome.org/GNOME/vala)
[![GTK4](https://img.shields.io/badge/GTK-4-brightgreen.svg)](https://www.gtk.org/)

Simple Vala learning project. An application that displays a list of FOSS licenses

![Licenses Screenshot](data/Screenshot.png?raw=true)

## Building

Following dependencies are required to build the application:
* gtk4-devel
* meson
* vala-devel

To compile the application, run:

meson build
ninja -C build

To install, use:

sudo ninja -C build install