mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bitwig-studio: don't manually extract deb
This commit is contained in:
parent
c18090b458
commit
32c8249840
1 changed files with 4 additions and 12 deletions
|
@ -8,22 +8,14 @@ short_desc="DAW for music production, remixing and live performance"
|
||||||
maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
|
maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
|
||||||
license="custom:bitwig"
|
license="custom:bitwig"
|
||||||
homepage="https://bitwig.com/"
|
homepage="https://bitwig.com/"
|
||||||
_file="bitwig-studio-${version}.deb"
|
distfiles="https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb"
|
||||||
distfiles="https://downloads.bitwig.com/stable/${version}/${_file}"
|
|
||||||
checksum=ca10802a56cb8f2072c244986356aa6d41859401c12d1f20f313c322aa142199
|
checksum=ca10802a56cb8f2072c244986356aa6d41859401c12d1f20f313c322aa142199
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
restricted=yes
|
restricted=yes
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
||||||
do_extract() {
|
|
||||||
mkdir -p ${DESTDIR}
|
|
||||||
ar x ${XBPS_SRCDISTDIR}/bitwig-studio-${version}/${_file}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
bsdtar -xf data.tar.xz -C ${DESTDIR}
|
vcopy opt /
|
||||||
}
|
vcopy usr /
|
||||||
|
vlicense ${DESTDIR}/opt/bitwig-studio/EULA.txt
|
||||||
post_install() {
|
|
||||||
vlicense ${DESTDIR}/opt/bitwig-studio/EULA.rtf
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue