-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Abroskin
committed
Nov 16, 2019
1 parent
48702a0
commit 470f466
Showing
11 changed files
with
62 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,19 +9,20 @@ builds: | |
- linux | ||
- darwin | ||
- windows | ||
archive: | ||
format: gz | ||
files: | ||
- none* | ||
replacements: | ||
windows: Windows | ||
darwin: MacOS | ||
linux: Linux | ||
386: i386 | ||
amd64: x86_64 | ||
format_overrides: | ||
- goos: windows | ||
format: zip | ||
archives: | ||
- id: lefthook | ||
format: gz | ||
files: | ||
- none* | ||
replacements: | ||
windows: Windows | ||
darwin: MacOS | ||
linux: Linux | ||
386: i386 | ||
amd64: x86_64 | ||
format_overrides: | ||
- goos: windows | ||
format: zip | ||
checksum: | ||
name_template: '{{ .ProjectName }}_checksums.txt' | ||
snapshot: | ||
|
@@ -36,36 +37,39 @@ changelog: | |
- '^tmp:' | ||
- '^context:' | ||
|
||
brew: | ||
github: | ||
owner: Arkweid | ||
name: homebrew-lefthook | ||
homepage: "https://github.com/Arkweid/lefthook" | ||
description: "Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows" | ||
folder: Formula | ||
test: | | ||
system "#{bin}/lefthook version" | ||
brews: | ||
- | ||
github: | ||
owner: Arkweid | ||
name: homebrew-lefthook | ||
homepage: "https://github.com/Arkweid/lefthook" | ||
description: "Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows" | ||
folder: Formula | ||
test: | | ||
system "#{bin}/lefthook version" | ||
snapcraft: | ||
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||
summary: For rule your git hooks | ||
description: | | ||
Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows. | ||
grade: stable | ||
confinement: strict | ||
publish: true | ||
# snapcrafts: | ||
# - | ||
# name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||
# summary: For rule your git hooks | ||
# description: | | ||
# Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows. | ||
# grade: stable | ||
# confinement: strict | ||
# publish: true | ||
|
||
nfpm: | ||
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||
homepage: https://github.com/Arkweid/lefthook | ||
description: Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows | ||
maintainer: Alexander Abroskin <[email protected]> | ||
license: MIT | ||
vendor: Arkweid | ||
formats: | ||
- deb | ||
- rpm | ||
dependencies: | ||
- git | ||
recommends: | ||
- rpm | ||
nfpms: | ||
- | ||
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||
homepage: https://github.com/Arkweid/lefthook | ||
description: Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows | ||
maintainer: Alexander Abroskin <[email protected]> | ||
license: MIT | ||
vendor: Arkweid | ||
formats: | ||
- deb | ||
- rpm | ||
dependencies: | ||
- git | ||
recommends: | ||
- rpm |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Gem::Specification.new do |spec| | ||
spec.name = "lefthook" | ||
spec.version = "0.6.4" | ||
spec.version = "0.6.5" | ||
spec.authors = ["A.A.Abroskin"] | ||
spec.email = ["[email protected]"] | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters