23 lines
576 B
YAML
23 lines
576 B
YAML
# nfpm example configuration file
|
|
#
|
|
# check https://nfpm.goreleaser.com/configuration for detailed usage
|
|
#
|
|
|
|
name: "zsh-theme-powerlevel10k"
|
|
arch: "all"
|
|
platform: "linux"
|
|
version: "1.20.0"
|
|
#version_schema: none
|
|
section: "default"
|
|
priority: "extra"
|
|
depends:
|
|
- zsh
|
|
maintainer: "Sam Therapy <sam@samtherapy.net>"
|
|
description: |
|
|
A zsh theme
|
|
homepage: "https://github.com/romkatv/powerlevel10k"
|
|
license: "MIT"
|
|
contents:
|
|
- src: ./zsh-theme-powerlevel10k
|
|
dst: /usr/share/zsh-theme-powerlevel10k
|
|
# yaml-language-server: $schema=https://nfpm.goreleaser.com/static/schema.json
|