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