-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnfpm.yaml
35 lines (31 loc) · 816 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
34
35
name: sqlite-shell-lib
arch: amd64
platform: linux
section: default
priority: extra
maintainer: Nicolas Girard <[email protected]>
description: "A Bash library for interacting with SQLite databases using coprocesses, allowing for efficient and concurrent database operations within shell scripts."
vendor: "Nicolas Girard"
homepage: "https://github.com/ngirard/sqlite-shell-lib"
license: MIT
disable_globbing: false
# Version
version: ${VERSION}
version_schema: semver
# Contents to add to the package
contents:
- src: src/sqlite-shell-lib.sh
dst: /usr/local/bin/sqlite-shell-lib.sh
# Umask to be used on files without explicit mode set.
umask: 0o002
overrides:
archlinux:
depends:
- sqlite
deb:
depends:
- sqlite3
#compression: gzip
rpm:
depends:
- sqlite3