makedeb


musikcube-bin 0.98.0-2


A terminal-based cross-platform music player, audio engine, metadata indexer, and server

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for musikcube-bin.

# Maintainer: Giovanni Ivan Alberotanza <ivan81@disroot.org>

pkgname=musikcube-bin
_pkgname=musikcube
pkgver=0.98.0
pkgrel=2
pkgdesc='A terminal-based cross-platform music player, audio engine, metadata indexer, and server'
arch=('amd64')
url="https://github.com/clangen/${_pkgname}"
license=('BSD')
provides=("${_pkgname}")
conflicts=("${_pkgname}")

source=("https://github.com/clangen/musikcube/releases/download/${pkgver}/${_pkgname}_standalone_${pkgver}_amd64.deb")
sha256sums=('SKIP')

package(){
  bsdtar xfv data.tar.gz -C "$pkgdir"
}