pkgname=artisan-roaster-scope pkgver=2.8.0 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=( 'a4c2eb0324b42909259a96894206723382643768c25b704bae16c856367aeae7' ) options+=(!strip) # stripping causes crashes prepare() { tar -xf data.tar.gz } package() { cp -r ${srcdir}/usr ${pkgdir}/ }