gospt/aur/PKGBUILD
jjohnstondev 3e01db590b
Some checks failed
continuous-integration/drone/push Build is failing
aur stuff
2023-01-08 22:01:01 -08:00

21 lines
458 B
Bash

# Maintainer: abs3nt <abs3nt@asdf.cafe>
pkgname="gospt"
pkgver=0.0.1
pkgrel=1
epoch=1
pkgdesc="Spotify TUI and CLI written in Go"
arch=("x86_64" "amd64")
url="https://gitea.asdf.cafe/abs3nt/gospt"
license=('GPL')
depends=()
source=(
"https://gitea.asdf.cafe/abs3nt/gospt/releases/download/v${pkgver}/gospt"
)
sha256sums=(
'dfacda14f86f51deac5fb8da9a158fa5854de1306edcebf0a8ed46903a06f54d'
)
package() {
install -Dm755 gospt "${pkgdir}"/usr/bin/gospt
}