This commit is contained in:
parent
649c434793
commit
ea38bb3e14
@ -14,12 +14,12 @@ steps:
|
|||||||
from_secret:
|
from_secret:
|
||||||
GITEA
|
GITEA
|
||||||
base_url: https://gitea.asdf.cafe
|
base_url: https://gitea.asdf.cafe
|
||||||
files: gospt
|
files:
|
||||||
|
- gospt
|
||||||
checksum: sha256
|
checksum: sha256
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
|
||||||
- tag
|
- tag
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ hashes: build
|
|||||||
sha256sum gospt
|
sha256sum gospt
|
||||||
|
|
||||||
srcinfo:
|
srcinfo:
|
||||||
cd aur && makepkg --printsrcinfo > .SRCINFO
|
cd aur && makepkg -g >> PKGBUILD
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build -o gospt .
|
go build -o gospt .
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: abs3nt <abs3nt@asdf.cafe>
|
# Maintainer: abs3nt <abs3nt@asdf.cafe>
|
||||||
pkgname="gospt"
|
pkgname="gospt"
|
||||||
pkgver=0.0.2
|
pkgver=0.0.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Spotify TUI and CLI written in Go"
|
pkgdesc="Spotify TUI and CLI written in Go"
|
||||||
@ -11,10 +11,7 @@ depends=()
|
|||||||
source=(
|
source=(
|
||||||
"https://gitea.asdf.cafe/abs3nt/gospt/releases/download/v${pkgver}/gospt"
|
"https://gitea.asdf.cafe/abs3nt/gospt/releases/download/v${pkgver}/gospt"
|
||||||
)
|
)
|
||||||
sha256sums=(
|
|
||||||
'c9aab61c73733bfbedbd046c73469d873271b65d4c0a8fce51a27d9871fff6b9'
|
|
||||||
)
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 gospt "${pkgdir}"/usr/bin/gospt
|
install -Dm755 gospt "${pkgdir}"/usr/bin/gospt
|
||||||
}
|
}
|
||||||
|
sha256sums=('8f0d0b4c2924ad07c36547ee3f4a59313bb02f50398dbe16c175dca58718eb1f')
|
||||||
|
Loading…
Reference in New Issue
Block a user