idfk
This commit is contained in:
parent
76915fe18a
commit
4b59bea92f
@ -6,7 +6,7 @@ steps:
|
||||
- name: build
|
||||
image: golang:1.19
|
||||
commands:
|
||||
- go build -o bin/gospt
|
||||
- go build -o gospt
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
|
4
Makefile
4
Makefile
@ -1,13 +1,13 @@
|
||||
BINARY_NAME=gospt
|
||||
|
||||
hashes: build
|
||||
sha256sum bin/gospt
|
||||
sha256sum gospt
|
||||
|
||||
srcinfo:
|
||||
cd aur && makepkg --printsrcinfo > .SRCINFO
|
||||
|
||||
build:
|
||||
go build -o bin/${BINARY_NAME}
|
||||
go build -o ${BINARY_NAME}
|
||||
|
||||
run:
|
||||
go run main.go
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: abs3nt <abs3nt@asdf.cafe>
|
||||
pkgname="gospt"
|
||||
pkgver=0.0.1
|
||||
pkgver=0.0.2
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Spotify TUI and CLI written in Go"
|
||||
|
Loading…
Reference in New Issue
Block a user