forked from kdschmidt1/Sail_Instrument
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
32 lines (31 loc) · 816 Bytes
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# nfpm example config file
#
# check https://nfpm.goreleaser.com/configuration for detailed usage
#
name: "avnav-sailinstrument-plugin"
arch: "all"
platform: "linux"
version: "202404"
license: "MIT"
keep_version: true
section: "default"
priority: "extra"
depends:
- avnav (>=20220426)
- python3-scipy
- python3-numpy
replaces:
- avnav-more-nmea-plugin ( <=20240401)
provides:
- avnav-more-nmea-plugin
conflicts:
- avnav-more-nmea-plugin
maintainer: "Klaus D. Schmidt <kdschmidt@bluewin.ch>"
description: |
AvNav plugin supplying Sail_Instrument widgets and overlay
showing true and apparent wind, tide, laylines
and optionally optimal VMC course
homepage: "https://github.com/kdschmidt1/Sail_Instrument"
contents:
- src: ./Sail_Instrument/*
dst: /usr/lib/avnav/plugins/Sail_Instrument/