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