f
This commit is contained in:
parent
d87ec078bf
commit
649c434793
@ -15,6 +15,7 @@ steps:
|
|||||||
GITEA
|
GITEA
|
||||||
base_url: https://gitea.asdf.cafe
|
base_url: https://gitea.asdf.cafe
|
||||||
files: gospt
|
files: gospt
|
||||||
|
checksum: sha256
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
4
Makefile
4
Makefile
@ -1,5 +1,3 @@
|
|||||||
BINARY_NAME=gospt
|
|
||||||
|
|
||||||
hashes: build
|
hashes: build
|
||||||
sha256sum gospt
|
sha256sum gospt
|
||||||
|
|
||||||
@ -7,7 +5,7 @@ srcinfo:
|
|||||||
cd aur && makepkg --printsrcinfo > .SRCINFO
|
cd aur && makepkg --printsrcinfo > .SRCINFO
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build -o ${BINARY_NAME}
|
go build -o gospt .
|
||||||
|
|
||||||
run:
|
run:
|
||||||
go run main.go
|
go run main.go
|
||||||
|
Loading…
Reference in New Issue
Block a user