# Maintainer: Flow pkgname=svfs pkgver=0.9.1 pkgrel=1 pkgdesc="The Swift Virtual File System for hubiC (ovh)" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') conflicts=("svfs-git") provides=("svfs") url='https://github.com/ovh/svfs' license=('BSD') depends=('fuse' 'ruby') makedepends=() source_arm=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_armel.deb") source_armv6h=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_armel.deb") source_armv7h=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_armhf.deb") source_x86_64=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_amd64.deb") source_i686=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_i386.deb") md5sums_i686=('d76920a71a5ea64c6871997379a1abc2') md5sums_x86_64=('d57278eeb79b9a78362c1b4745e184ea') md5sums_arm=('414b697decc71e43ca35e35205fcf14c') md5sums_armv6h=('414b697decc71e43ca35e35205fcf14c') md5sums_armv7h=('7a22dce7d7b821a08f0e1bcb21fd51f3') package() { cd "${srcdir}" tar -xzf data.tar.gz -C "${srcdir}" install -Dm755 "${srcdir}"/usr/local/bin/hubic-application "${pkgdir}"/usr/bin/hubic-application install -Dm755 "${srcdir}"/usr/local/bin/svfs "${pkgdir}"/usr/bin/svfs install -Dm755 "${srcdir}"/sbin/mount.svfs "${pkgdir}"/usr/bin/mount.svfs }