summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2c3d2c0f3308ef0b8a008357ea0fc7b1d4a47b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: AudioLinux  <audiolinux AT fastmail DOT fm>

pkgname=hqplayer
_debpkgver=3.8.0-26_amd64
pkgver=3.8.0
pkgrel=1
pkgdesc="The high-end upsampling multichannel software HD-audio player"
arch=('x86_64')
url="http://www.signalyst.com/consumer.html"
license=('custom')
depends=('alsa-lib' 'glibc' 'flac' 'libx11' 'gcc-libs' 'qt5-base' 'qt5-quick1' 'qt5-script') #qt5-quick1 
optdepends=('evince: hqplayer manual reading')
source=("http://www3.signalyst.com/bins/hqplayer_$_debpkgver.deb" 'copyright')
sha256sums=('b5f1e24fa10dde30e48fcf863b27c7867fa7af4fa808cc9d8d14ba9b9e5d50c1' '15fb909211ec2fef1f7fa9af779f22cb236031c1cdab213f9461fa5626f69965')

package() {
 cd "$srcdir"
  bsdtar xf data.tar.xz -C "$pkgdir"
   install -Dm644 "copyright" \
    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}