-
Notifications
You must be signed in to change notification settings - Fork 76
/
nfpm.yaml
33 lines (32 loc) · 857 Bytes
/
nfpm.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
name: "ovpm"
arch: "amd64"
platform: "linux"
version: "${VERSION}"
section: "default"
priority: "extra"
depends:
- openvpn
maintainer: "Mustafa ARICI <mustafa@arici.io>"
description: |
OVPM makes all aspects of OpenVPN server administration a breeze.
vendor: ""
homepage: "https://github.com/cad/ovpm"
license: "AGPL3"
overrides:
rpm:
files:
./bin/ovpm: "/bin/ovpm"
./bin/ovpmd: "/sbin/ovpmd"
./contrib/systemd/ovpmd.service.rhel: "/usr/lib/systemd/system/ovpmd.service"
deb:
files:
./bin/ovpm: "/bin/ovpm"
./bin/ovpmd: "/sbin/ovpmd"
./contrib/systemd/ovpmd.service.ubuntu: "/lib/systemd/system/ovpmd.service"
scripts:
preinstall: ./scripts/preinstall.sh
postinstall: ./scripts/postinstall.sh
preremove: ./scripts/preremove.sh
postremove: ./scripts/postremove.sh
empty_folders:
- "/var/db/ovpm"