Update nfpm config for nfpm v2

This commit is contained in:
kolaente 2020-12-23 20:51:37 +01:00
parent d6cb4f94f6
commit be7b53b9bc
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 10 additions and 7 deletions

View File

@ -7,12 +7,15 @@ maintainer: "Vikunja Maintainers <maintainers@vikunja.io>"
homepage: "https://vikunja.io" homepage: "https://vikunja.io"
section: "default" section: "default"
priority: "extra" priority: "extra"
license: "GPLv3" license: "AGPLv3"
files: contents:
<binlocation>: /opt/vikunja/vikunja - src: <binlocation>
config_files: dst: /opt/vikunja/vikunja
./config.yml.sample: /etc/vikunja/config.yml - src: ./config.yml.sample
symlinks: dst: /etc/vikunja/config.yml
/opt/vikunja/vikunja: /usr/local/bin/vikunja type: "config"
- src: /opt/vikunja/vikunja
dst: /usr/local/bin/vikunja
type: "symlink"
scripts: scripts:
postinstall: ./build/after-install.sh postinstall: ./build/after-install.sh