summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 999de3bd2a36a47d0ce89435675109b48c924ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Denshi <alex@denshi.org>

pkgname=synthv-studio
pkgver=1.11.0
pkgrel=1
pkgdesc="Synthesizer V studio by Dreamtonics"
arch=("x86_64")
url=https://dreamtonics.com/synthesizerv
license=(custom)
depends=()
provides=("synthv-studio")
conflicts=("synthv-studio")
source=("https://resource.dreamtonics.com/download/English/Synthesizer%20V%20Studio%20Basic/$pkgver/svstudio-basic-linux64.zip"
	"synthv-studio.sh")
sha256sums=("SKIP"
	"SKIP")

build() {
  chmod +x "${srcdir}/Synthesizer V Studio Basic/synthv-studio"
}

package() {
  install -d "${pkgdir}/opt/synthv-studio"
  cp -r "${srcdir}/Synthesizer V Studio Basic/." "${pkgdir}/opt/synthv-studio"

  install -Dm755 "${srcdir}/synthv-studio.sh" "${pkgdir}/usr/bin/synthv-studio"

}