Skip to content

Instantly share code, notes, and snippets.

@larvanitis
Last active August 7, 2016 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larvanitis/8366d37e46063b4b70130903e83c4aa4 to your computer and use it in GitHub Desktop.
Save larvanitis/8366d37e46063b4b70130903e83c4aa4 to your computer and use it in GitHub Desktop.
# Maintainer: Leonidas Arvanitis <l.arvanitis gmail com>
# Contributor: Marius Nestor <marius softpedia com>
pkgname=musictube
pkgver=1.6
pkgrel=1
pkgdesc="YouTube streaming music player"
arch=('x86_64')
url="http://flavio.tordini.org/musictube"
license=('Proprietary')
depends=('hicolor-icon-theme' 'phonon-qt5' 'qt5-base' 'qt5-declarative')
optdepends=('phonon-qt5-vlc: Audio player'
'phonon-qt5-gstreamer: Audio player')
source=("http://flavio.tordini.org/files/musictube/${pkgname}.deb")
sha256sums=('5f2faaae71383c07d0a0d73c01345cf68141ad2d5169036c523e2e346856b924')
package() {
tar xf "$srcdir/data.tar.xz" -C "$pkgdir/"
rm "$pkgdir/usr/share/doc/musictube/changelog.gz"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment