Skip to content

Commit

Permalink
Added .deb and .rpm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Handa committed Sep 8, 2020
1 parent 7e1e31f commit 8606cb5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Make sure to check the documentation at http://goreleaser.com

env_files:
github_token: .gh_token
github_token: '{{ .Env.PWD }}.gh_token'

project_name: logo-ls

Expand Down Expand Up @@ -81,3 +81,21 @@ changelog:
- '^docs:'
- '^test:'
- '(?i)update Readme.md'

nfpms:
-
file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
package_name: logo-ls
homepage: https://github.com/Yash-Handa/logo-ls
description: ls command with icons and git integration. Written in Golang
maintainer: Yash Handa <yashhanda7@yahoo.com>
license: MIT
formats:
- deb
- rpm
dependencies:
- git
recommends:
- golang
files:
"logo-ls.1.gz": "/usr/share/man/man1/logo-ls.1.gz"

0 comments on commit 8606cb5

Please sign in to comment.