-
Notifications
You must be signed in to change notification settings - Fork 0
/
nfpm.yaml
33 lines (33 loc) · 868 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
33
# nfpm example configuration file
#
# check https://nfpm.goreleaser.com/configuration for detailed usage
#
name: "CLFtoSQLite"
arch: "amd64"
platform: "linux"
version: "v0.07"
section: "default"
priority: "extra"
provides:
- stats
- logfileparser
maintainer: "Mocacinno <[email protected]>"
description: |
CLFtoSQLite is a simple apache combined logfile parser
The data is stored in a SQLite database and simple statistics are included
vendor: "Mocacinno"
homepage: "https://github.com/mocacinno/CLFtoSQLite"
license: "apache2.0"
contents:
- src: ./builds/stats
dst: /usr/bin/stats
- src: ./builds/logfileparser
dst: /usr/bin/logfileparser
- src: ./config.template.ini
dst: /etc/CLFtoSQLite/config.ini
- src: /usr/bin/stats
dst: /sbin/clftosqlite_stats
type: symlink
- src: /usr/bin/logfileparser
dst: /sbin/clftosqlite_logfileparser
type: symlink