4 Commits
Author SHA1 Message Date
Masgalor 054085e860 Set version in controlfile dynamically (#18)
If the package is built with a specific version the controlfile should contain the corresponding version.
2020-07-22 18:22:47 +02:00
Masgalor 7e9b0d79bb Fetch the newest upstream version from github api (#17)
* Set the newest upstream version as default

Instead of hardcoding the default version the latest upstream release should be used.

* Add curl as dependency
2020-06-27 14:45:48 +02:00
Masgalor 5f78955231 Insert warning in config (#19)
The shipped systemd-unit contains default values that could give the users a hard time starting the service. This warning should make things more clear.
2020-06-09 19:52:03 +02:00
Masgalor e086904865 Add option to build with different database types (#13)
* Add argument for database type

The optional argument "-d" allows to customize the database type.

* Modify patch to work with all db types

* Add database type to filename

* Add dynamic modification of systemd-unit

Dynamically changes the systemd-unit to require the appropriate database service.
2020-04-28 18:22:14 +02:00