22 lines
615 B
Bash
22 lines
615 B
Bash
# Template file for 'bitwig-studio'
|
|
pkgname=bitwig-studio
|
|
version=4.4.8
|
|
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/"
|
|
distfiles="https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb"
|
|
checksum=a9da91bc29a9e90ee571374e2041de40a00038bb49c6cf3aee06a9a29c9e1ee7
|
|
nostrip=yes
|
|
restricted=yes
|
|
repository=nonfree
|
|
|
|
do_install() {
|
|
vcopy opt /
|
|
vcopy usr /
|
|
vlicense ${DESTDIR}/opt/bitwig-studio/EULA.txt
|
|
}
|