18 lines
453 B
Bash
18 lines
453 B
Bash
# Maintainer: abs3nt <abs3nt@asdf.cafe>
|
|
pkgname="gospt"
|
|
pkgver=0.0.6
|
|
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"
|
|
)
|
|
package() {
|
|
install -Dm755 gospt "${pkgdir}"/usr/bin/gospt
|
|
}
|
|
sha256sums=('8f0d0b4c2924ad07c36547ee3f4a59313bb02f50398dbe16c175dca58718eb1f')
|