Skip to content

Commit 563446d

Browse files
committed
wifiadb binary
1 parent 46133db commit 563446d

8 files changed

Lines changed: 75 additions & 0 deletions

File tree

Formula/wifiadb.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
class Wifiadb < Formula
2+
desc "Simple scripts that help to ease handy work daily, most of these cli tools was written in Golang"
3+
homepage "http://hacktons.cn/homebrew-cli"
4+
url "https://github.com/hacktons/homebrew-cli/releases/download/v0.0.2/wifiadb_0.0.1_macOS_64-bit.tar.gz"
5+
sha256 "74ed76cacde956d205fef8901a171559c284efdba718ae437584d313ef1330f3"
6+
7+
version "0.0.1"
8+
9+
def install
10+
bin.install "wifiadb"
11+
end
12+
end

wifiadb/dist/config.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
project_name: wifiadb
2+
release:
3+
github:
4+
owner: hacktons
5+
name: homebrew-cli
6+
name_template: '{{.Tag}}'
7+
brew:
8+
commit_author:
9+
name: goreleaserbot
10+
email: goreleaser@carlosbecker.com
11+
install: bin.install "wifiadb"
12+
builds:
13+
- goos:
14+
- windows
15+
- darwin
16+
- linux
17+
goarch:
18+
- amd64
19+
goarm:
20+
- "6"
21+
main: main.go
22+
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
23+
binary: wifiadb
24+
archive:
25+
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
26+
}}v{{ .Arm }}{{ end }}'
27+
replacements:
28+
amd64: 64-bit
29+
darwin: macOS
30+
format: tar.gz
31+
files:
32+
- licence*
33+
- LICENCE*
34+
- license*
35+
- LICENSE*
36+
- readme*
37+
- README*
38+
- changelog*
39+
- CHANGELOG*
40+
fpm:
41+
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
42+
}}v{{ .Arm }}{{ end }}'
43+
bindir: /usr/local/bin
44+
snapcraft:
45+
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
46+
}}v{{ .Arm }}{{ end }}'
47+
snapshot:
48+
name_template: SNAPSHOT-{{ .Commit }}
49+
checksum:
50+
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
51+
dist: dist
52+
sign:
53+
cmd: gpg
54+
args:
55+
- --output
56+
- $signature
57+
- --detach-sig
58+
- $artifact
59+
signature: ${artifact}.sig
60+
artifacts: none

wifiadb/dist/darwinamd64/wifiadb

1.58 MB
Binary file not shown.

wifiadb/dist/linuxamd64/wifiadb

1.45 MB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
f10ee1772196ac0ba087e7403aa08a9217a7c2f3fdfc37abc29f876e71069b8f wifiadb_0.0.1_linux_64-bit.tar.gz
2+
bbdaac7b87fc3d7b8921c8ba59233e87a18134b1dae69df9109c6bf794b2ede4 wifiadb_0.0.1_windows_64-bit.tar.gz
3+
74ed76cacde956d205fef8901a171559c284efdba718ae437584d313ef1330f3 wifiadb_0.0.1_macOS_64-bit.tar.gz
585 KB
Binary file not shown.
618 KB
Binary file not shown.
617 KB
Binary file not shown.

0 commit comments

Comments
 (0)