This commit is contained in:
jjohnstondev 2023-01-08 22:38:10 -08:00
parent ea38bb3e14
commit 052bf1cef6
2 changed files with 0 additions and 30 deletions

View File

@ -1,13 +0,0 @@
pkgbase = gospt
pkgdesc = Spotify TUI and CLI written in Go
pkgver = 0.0.1
pkgrel = 1
epoch = 1
url = https://gitea.asdf.cafe/abs3nt/gospt
arch = x86_64
arch = amd64
license = GPL
source = https://gitea.asdf.cafe/abs3nt/gospt/releases/download/v0.0.1/gospt
sha256sums = dfacda14f86f51deac5fb8da9a158fa5854de1306edcebf0a8ed46903a06f54d
pkgname = gospt

View File

@ -1,17 +0,0 @@
# 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')