Last active
August 7, 2016 12:24
-
-
Save larvanitis/8366d37e46063b4b70130903e83c4aa4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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