addpkg: bitwig-studio 4.3.4-1
This commit is contained in:
parent
c1ff2c1fc6
commit
0ec283bc00
1 changed files with 37 additions and 0 deletions
37
bitwig-studio/PKGBUILD
Normal file
37
bitwig-studio/PKGBUILD
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
||||
# Contributor: Aleksej Komarov <stylemistake@gmail.com>
|
||||
# Upstream: Bitwig GmbH <support@bitwig.com>
|
||||
|
||||
pkgname=bitwig-studio
|
||||
pkgver=4.3.4
|
||||
pkgrel=1
|
||||
pkgdesc='Digital audio workstation for music production, remixing and live performance'
|
||||
arch=('x86_64')
|
||||
url='https://www.bitwig.com'
|
||||
license=('custom:bitwig')
|
||||
depends=(
|
||||
'gtk3'
|
||||
'libxkbcommon-x11'
|
||||
'xcb-util'
|
||||
'xcb-util-wm'
|
||||
)
|
||||
optdepends=(
|
||||
'alsa-lib: alsa audio backend'
|
||||
'ffmpeg: mp3 support'
|
||||
'jack: jack audio backend'
|
||||
'pipewire: pipewire audio backend'
|
||||
'pulseaudio: pulseaudio audio backend'
|
||||
)
|
||||
options=('!strip')
|
||||
source=("$pkgname-$pkgver.deb::https://downloads.bitwig.com/stable/$pkgver/$pkgname-$pkgver.deb")
|
||||
b2sums=('aeb05057013a717e553cb39c7671acdab858f870206d28abfb894f7dd601173c6cae723e048fb168ca6e810f1f80ef54ab23ec4a09d1863defca41eab9664e54')
|
||||
|
||||
package() {
|
||||
bsdtar \
|
||||
--extract \
|
||||
--file data.tar.xz \
|
||||
--directory "$pkgdir"
|
||||
|
||||
# license
|
||||
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgdir/opt/$pkgname/EULA.txt"
|
||||
}
|
Loading…
Reference in a new issue