Age | Commit message (Collapse) | Author |
|
- Update required files;
- Remove `gonicscan` binary;
- Add `alsa-lib` to support jukebox mode;
- Add a new environment variable in `gonic.service` for jukebox mode;
- Add `gonic.install` to provide information to run a fully functional
gonic setup.
|
|
|
|
|
|
Drone is a CI/CD platform used here to check for each commit if the
package can be built. Operations are done inside a Docker container
based on: https://hub.docker.com/r/imrehg/archlinux-makepkg
|
|
|
|
A tmpfile is added for storing application data (like the sqlite
database) inside `/var/lib/gonic` by default.
|
|
Add the required files to generate the gonic Archlinux package:
- `.SRCINFO`: contains information displayed on AUR;
- `PKGBUILD`: contains information required to generate the package;
- `gonic.service`: is a systemd unit definition for `gonic` in which are
defined several environment variables used as `gonic` settings;
- `gonic.sysusers`: contains instructions to create gonic group and user.
|