summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5a15af4b1db6c189a485221ab1212a2b623bd159 (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
# Maintainer: Nobbele <realnobbele@gmail.com>

pkgname=synthv-editor
pkgver=108
pkgrel=1
pkgdesc="Synthesizer V at the Forefront of Singing Synth"
arch=("x86_64")
url=https://synthesizerv.com/download
license=(custom)
depends=()
provides=("synthesizerv")
conflicts=("synthesizerv")
source=("https://s3-ap-northeast-1.amazonaws.com/synthesizerv-download/synthv-editor.zip"
        "synthesizer-v-editor.sh")
sha256sums=("SKIP"
            "SKIP")

build() {
  chmod +x "${srcdir}/synthv-editor/synthesizer-v-editor"
}

package() {
  install -d "${pkgdir}/opt/synthv-editor"
  cp -r "${srcdir}/synthv-editor/." "${pkgdir}/opt/synthv-editor"

  install -Dm755 "${srcdir}/synthesizer-v-editor.sh" "${pkgdir}/usr/bin/synthesizer-v-editor"
}