You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-secret/utils/apk/nfpm.yml

53 lines
894 B
YAML

# Name. (required)
name: git-secret
# Architecture. (required)
arch: $ALPINE_ARCHITECTURE
# 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.
maintainer: Nikita Sobolev <mail@sobolevn.me>
# Description.
# Defaults to `no description given`.
description: Shell scripts to encrypt your private data inside a git repository.
# 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