# Maintainer: Fabio 'Lolix' Loli -> https://github.com/FabioLolix # Contributor: ninian pkgname=vuescan-bin pkgver=9.7.79 pkgrel=4 pkgdesc="A powerful proprietary scanning tool developed by Hamrick Software" arch=(i686 x86_64 armv6h aarch64) url="https://www.hamrick.com/" license=('custom') depends=(gtk2 libsm libusb-compat) options=(!strip) # required to accept registration details source=(vuescan-LICENSE.txt) source_i686=("vuescan-x32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex3297.rpm") source_x86_64=("vuescan-x64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex6497.rpm") source_aarch64=("vuescan-arm64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuea6497.rpm") source_armv6h=("vuescan-arm32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuea3297.rpm") sha256sums=('6dbe377ee83561ef0b12fec64dadb5c81beb1f9ee274284c09184366bad1a6d6') sha256sums_i686=('485706f1f480807a685056278f5c27450e5e07ebbe0f37d8b233d30a73aa34d3') sha256sums_x86_64=('32501c83e63a6b13d87328c96615763a823901b3ea3fdf4c28b68d8717939610') sha256sums_armv6h=('ec69dfc0a494c7f9e9f8f89e4acb3bb78a0b51f23ddda1d924e1ffb3ba2760bf') sha256sums_aarch64=('2079f95ef20258f0f71f47ce17578b2bfe703674f14658e594f25382b0c1dba8') package() { cp -a "${srcdir}"/usr "${pkgdir}"/ cp -a "${srcdir}"/lib "${pkgdir}"/usr install -Dm644 "${srcdir}/vuescan-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt" }