21 lines
646 B
YAML
21 lines
646 B
YAML
name: "vikunja"
|
|
arch: "amd64"
|
|
platform: "linux"
|
|
version: "<version>"
|
|
description: "Vikunja is an open-source todo application, written in Go. It lets you create lists,tasks and share them via teams or directly between users."
|
|
maintainer: "Vikunja Maintainers <maintainers@vikunja.io>"
|
|
homepage: "https://vikunja.io"
|
|
section: "default"
|
|
priority: "extra"
|
|
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
|