-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnfpm.yaml
28 lines (28 loc) · 903 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
name: "shared-shell"
arch: "amd64"
platform: "linux"
version: "0.4.8"
section: "default"
priority: "extra"
provides:
- shared-shell
depends:
- bash
maintainer: "Sascha Andres <sascha.andres@outlook.com>"
description: |
Some scripts I use to use in scripts
vendor: "Sascha Andres"
homepage: "https://github.com/sascha-andres/shared-shell"
license: "Apache 2"
bindir: "/opt/sascha-andres/shell"
files:
./logger.sh: "/opt/sascha-andres/shell/logger.sh"
./logger.fish: "/opt/sascha-andres/shell/logger.fish"
./execute.sh: "/opt/sascha-andres/shell/execute.sh"
./execute.fish: "/opt/sascha-andres/shell/execute.fish"
./exiting.sh: "/opt/sascha-andres/shell/exiting.sh"
./exiting.fish: "/opt/sascha-andres/shell/exiting.fish"
./module.sh: "/opt/sascha-andres/shell/module.sh"
./module.fish: "/opt/sascha-andres/shell/module.fish"
./git.sh: "/opt/sascha-andres/shell/git.sh"
config_files: