pkgname=artisan-roaster-scope pkgver=2.4.6 pkgrel=1 pkgdesc="Artisan is a software that helps coffee roasters record, analyze, and control roast profiles." arch=("x86_64") url="https://github.com/artisan-roaster-scope/artisan" license=('GPL3') depends=() source=( "https://github.com/artisan-roaster-scope/artisan/releases/download/v${pkgver}/artisan-linux-${pkgver}.deb" ) sha256sums=( '3430964b1571f616d1ab44c2a18a290fe415f44b8aac780818f38ba6b3edb639' ) options+=(!strip) # stripping causes crashes prepare() { tar -xf data.tar.gz } package() { cp -r ${srcdir}/usr ${pkgdir}/ }