Skip to content

An application that helps you finding the best license for your open source project

License

Notifications You must be signed in to change notification settings

linuxhubit/license

Repository files navigation

License

Choose your open source project license



Problems/New Features?

Open a new Issue here.

How to run

com.github.linuxhubit.license

Known bugs

  • Minimum delay during application start

Installation

From PPA

Configure PPA:

curl -s --compressed "https://linuxhubit.github.io/ppa/KEY.gpg" | sudo apt-key add -
sudo curl -s --compressed -o /etc/apt/sources.list.d/my_list_file.list "https://linuxhubit.github.io/ppa/my_list_file.list"
sudo apt update

then install:

sudo apt install com.github.linuxhubit.license

From .deb package

Grab an updated release here, then install:

sudo dpkg -i com.github.linuxhubit/license_*.deb

Build

meson build --prefix=/usr
cd build
ninja
sudo ninja install