# Maintainer: Fabio 'Lolix' Loli -> https://github.com/FabioLolix # Contributor: ninian pkgname=vuescan-bin pkgver=9.7.80 pkgrel=1 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=('513460592f83232244e09fe67dc24cdcf549e06650e1e77aeb7f99470bbc0141') sha256sums_x86_64=('e2f26246a664cca447e0b8d36786917c786594c1e4609cb473e9f41c67dc018d') sha256sums_armv6h=('ec69dfc0a494c7f9e9f8f89e4acb3bb78a0b51f23ddda1d924e1ffb3ba2760bf') sha256sums_aarch64=('e190b9c558958d0952f4c208461c927f33b653655929e57871780df0b96af0dc') 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" }