git-secret/utils/apk/nfpm.yml

53 lines
894 B
YAML
Raw Normal View History

2021-05-06 10:16:48 +00:00
# Name. (required)
name: git-secret
# Architecture. (required)
2021-05-06 14:47:41 +00:00
arch: $ALPINE_ARCHITECTURE
2021-05-06 10:16:48 +00:00
# Platform.
# Defaults to `linux`.
platform: linux
# Version. (required)
# This will expand any env var you set in the field, eg version: v${SEMVER}
version: $SCRIPT_VERSION
version_schema: none
# Section.
section: default
# Priority.
priority: main
# Maintainer.
2021-05-06 10:16:48 +00:00
maintainer: Nikita Sobolev <mail@sobolevn.me>
# Description.
# Defaults to `no description given`.
2022-04-24 13:32:47 +00:00
description: Shell scripts to encrypt your private data inside a git repository.
2021-05-06 10:16:48 +00:00
# Vendor.
vendor: git-secret team
# Package's homepage.
homepage: https://git-secret.io
# License.
license: MIT
# Dependencies.
depends:
- git
- bash
- gnupg
- gawk
- coreutils
contents:
- src: git-secret
dst: /usr/bin/git-secret
- src: man/man1/*.1
dst: /usr/share/man/man1
- src: man/man7/*.7
dst: /usr/share/man/man7