summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5361304834e61fa97f183f39be6227feeb58c354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: f4iey <jules@f4iey.fr>
pkgname=wfview-bin
pkgver=1.64
pkgrel=2
debrel=+b2
pkgdesc="Interface for Icom Transceivers - binary version"
arch=('x86_64')
url="https://wfview.org"
license=('GPL3')
depends=(hidapi opus portaudio qcustomplot qt5-base qt5-gamepad qt5-multimedia qt5-serialport) 
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=('http://ftp.debian.org/debian/pool/main/w/${pkgname%-bin}/${pkgname%-bin}_$pkgver-$pkgrel$debrel_amd64.deb')
md5sums=(563c5cc43b9adff283e781e07f791f03)

package() {
  cd $srcdir
  tar -C $pkgdir/ -xvf data.tar.xz
  cd $pkgdir  
  chmod 755 usr/ usr/share/ usr/bin/ usr/share/doc/
  chmod 755 usr/share/applications/ usr/share/pixmaps/
}