idfk
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
jjohnstondev 2023-01-08 22:11:44 -08:00
parent 76915fe18a
commit 4b59bea92f
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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

View File

@ -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"