Update nfpm config for nfpm v2
This commit is contained in:
parent
d6cb4f94f6
commit
be7b53b9bc
1 changed files with 10 additions and 7 deletions
17
nfpm.yaml
17
nfpm.yaml
|
@ -7,12 +7,15 @@ maintainer: "Vikunja Maintainers <maintainers@vikunja.io>"
|
|||
homepage: "https://vikunja.io"
|
||||
section: "default"
|
||||
priority: "extra"
|
||||
license: "GPLv3"
|
||||
files:
|
||||
<binlocation>: /opt/vikunja/vikunja
|
||||
config_files:
|
||||
./config.yml.sample: /etc/vikunja/config.yml
|
||||
symlinks:
|
||||
/opt/vikunja/vikunja: /usr/local/bin/vikunja
|
||||
license: "AGPLv3"
|
||||
contents:
|
||||
- src: <binlocation>
|
||||
dst: /opt/vikunja/vikunja
|
||||
- src: ./config.yml.sample
|
||||
dst: /etc/vikunja/config.yml
|
||||
type: "config"
|
||||
- src: /opt/vikunja/vikunja
|
||||
dst: /usr/local/bin/vikunja
|
||||
type: "symlink"
|
||||
scripts:
|
||||
postinstall: ./build/after-install.sh
|
||||
|
|
Loading…
Reference in a new issue