summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 59801dcc9fd9d25b54288b7ebb1ce17e439ff0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Xu Che <chrisxuche (at) gmail (dot) com>

pkgname=gyroflow-ofx-bin
pkgver=1.3.0
pkgrel=1
arch=('x86_64')
pkgdesc="Gyroflow OpenFX plugin"
url="https://github.com/gyroflow/gyroflow-ofx"
license=('GPL3')
depends=( )
makedepends=( )
optdepends=('gyroflow: Export gyroflow project file for the plugin to use.')

source=("${url}/releases/download/v${pkgver}/gyroflow-ofx-linux.zip")
sha512sums=('206a0e2772ae4cf19f0e6f5094f728f8234f8c5642805c784eb5052d9d6235ed76342b6338b9bdbf11ec71f9a55f46df71c75c3041ade5f094275815f878dc85')


package() {
  cd "${srcdir}/${_pkgname}"
  mkdir -p "${pkgdir}/usr/OFX/Plugins"
  mv Gyroflow.ofx.bundle --target-directory="${pkgdir}/usr/OFX/Plugins/"
  ls "${pkgdir}/usr/OFX/Plugins/"
}