|
This is the first commit to the AUR of the journey-git package, a
blogging engine written in golang and compatible with Ghost themes.
This package:
- created the user and group "journey" under which the service will run;
- clones the latest version of the develop branch and compiles the
binary, as well as downloads the initially supplied theme for journey
(promenade); and
- installs all files under /opt/journey (attempts were make to split it
out under /var and /usr with symlinks, but the code at this time
doesn't properly deal with symlinks in filesystem searches causing
unusual errors).
This is experimental package which uses the latest code in the develop
branch. journey (core package, also self-compiled) and journey-bin
(pre-compiled) are also available.
|