Skip to content

Commit

Permalink
add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Jul 20, 2019
1 parent e200e62 commit 5c41008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
42 changes: 0 additions & 42 deletions cmd/recipeingredients/main.go

This file was deleted.

4 changes: 2 additions & 2 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name: ingredients
build:
main: main.go
main: cmd/ingredients/main.go
binary: ingredients
ldflags: -s -w -X main.Version="v{{.Version}}-{{.Date}}"
env:
Expand All @@ -26,7 +26,7 @@ nfpm:
vendor: "schollz.com"
homepage: "https://schollz.com/blog/ingredients/"
maintainer: "Zack Scholl <[email protected]>"
description: "A simple, secure, and fast way to transfer data."
description: "AExtract recipe ingredients from any URL or file."
license: "MIT"
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
Expand Down

0 comments on commit 5c41008

Please sign in to comment.