dfix.snap:master

Last commit made on 2019-05-11
Get this branch:
git clone -b master https://git.launchpad.net/dfix.snap

Branch merges

Branch information

Name:
master
Repository:
lp:dfix.snap

Recent commits

c8b93ac... by Joseph Wakeling

Update package summary and description

This patch provides some English improvements and makes the description
a little more focused.

85cee33... by Ermesto Castellotti

Add license.txt file for the dfix snap

52bc8c4... by Ermesto Castellotti

Add snapcraft.yaml defining the snap package and its components

The DFIX package uses `classic` confinement to ensure that
can access any file in the host system.

`Build-snaps' is used to ask snapcraft to install the DMD package
in order to have a Dlang compiler to compile DFIX, DMD is only
used during the process of compiling the snap and is not included
with this package.

`DMD = /snap/bin/ dmd` is used to specify the location of the dmd
executable contained in the DMD package, this is useful to avoid any
problems caused by incorrect configuration of the PATH environment
variable within the build environment.

`artifacts:` is used to specify the files to be copied to the installation folder
of the snap, this we need to distribute only the useful executables
(ie dfix).

60dc4a5... by Ermesto Castellotti

Add README for the DFIX snap package