New package: bitwig-studio-3.2.6

Removed blank lines

Reordered variables according to xlint suggestions
This commit is contained in:
Alessandro Saglia 2020-08-06 15:15:53 +02:00 committed by Jürgen Buchmüller
parent 050861b37e
commit 0194f95096

View file

@ -0,0 +1,29 @@
# Template file for 'bitwig-studio'
pkgname=bitwig-studio
version=3.2.6
revision=1
archs="x86_64"
depends="xdg-utils xcb-util-wm libbsd"
short_desc="DAW for music production, remixing and live performance"
maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
license="custom:bitwig"
homepage="https://bitwig.com/"
_file="bitwig-studio-${version}.deb"
distfiles="https://downloads.bitwig.com/stable/${version}/${_file}"
checksum=d60e288e1ff1fd4b716843b3315ea68d7cbe36e67ca92517457a682bed5b1902
nostrip=yes
restricted=yes
repository=nonfree
do_extract() {
mkdir -p ${DESTDIR}
ar x ${XBPS_SRCDISTDIR}/bitwig-studio-${version}/${_file}
}
do_install() {
bsdtar -xf data.tar.xz -C ${DESTDIR}
}
post_install() {
vlicense ${DESTDIR}/opt/bitwig-studio/EULA.rtf
}