28 lines
893 B
YAML
28 lines
893 B
YAML
# nfpm example configuration file
|
|
#
|
|
# check https://nfpm.goreleaser.com/configuration for detailed usage
|
|
#
|
|
|
|
name: "git-froth-zone-debian"
|
|
arch: "all"
|
|
platform: "linux"
|
|
version: "1-0"
|
|
version_schema: none
|
|
section: "default"
|
|
priority: "extra"
|
|
depends:
|
|
- apt-transport-https
|
|
maintainer: "Sam Therapy <sam@samtherapy.net>"
|
|
description: |
|
|
A meta package for all Debian software packaged on git.froth.zone
|
|
homepage: "https://git.froth.zone/"
|
|
license: "0BSD"
|
|
contents:
|
|
- src: ./git-froth-zone-deb/git-froth-zone-packaging.gpg
|
|
dst: /usr/share/keyrings/git-froth-zone-packaging.gpg
|
|
- src: ./git-froth-zone-deb/git-froth-zone-sam.gpg
|
|
dst: /usr/share/keyrings/git-froth-zone-sam.gpg
|
|
- src: ./git-froth-zone-deb/git-froth-zone.sources
|
|
dst: /etc/apt/sources.list.d/git-froth-zone.sources
|
|
type: config
|
|
# yaml-language-server: $schema=https://nfpm.goreleaser.com/static/schema.json
|