# Maintainer: Andrew Stubbs pkgname=etcher realver=1.0.0-beta.14 pkgver=${realver//-/_} pkgrel=1 pkgdesc="Burn images to SD cards & USB drives, safe & easy" arch=('i686' 'x86_64') url="http://www.etcher.io/" license=('apache') depends=('gtk2' 'atk' 'gconf' 'alsa-lib') source=("etcher" "Etcher.desktop" "etcher.png") source_i686=("Etcher-linux-x86-$realver.AppImage::https://resin-production-downloads.s3.amazonaws.com/etcher/$realver/Etcher-linux-x86.AppImage") source_x86_64=("Etcher-linux-x64-$realver.AppImage::https://resin-production-downloads.s3.amazonaws.com/etcher/$realver/Etcher-linux-x64.AppImage") noextract=("Etcher-linux-x86-$realver.AppImage" "Etcher-linux-x64-$realver.AppImage") options=("!strip") md5sums=('8eff5560a3a4cae73698d7eda2d71577' '89f5cf77f164510b1f980820aaa4cf91' '7bd70ef05c6293e36938240be2558091') md5sums_i686=('ada737c28cb364e3d0e39a7b71eb54c2') md5sums_x86_64=('ac8fba63cad6b9a8014debbc1c1f74b7') package() { local a=x86 [ "$pkgarch" == "x86_64" ] && a=x64 install -D "$srcdir/etcher" "$pkgdir/usr/bin/etcher" install -D "$srcdir/Etcher-linux-$a-$realver.AppImage" "$pkgdir/usr/share/etcher/Etcher-linux-$a.AppImage" install --mode=644 -D "$srcdir/etcher.png" "$pkgdir/usr/share/etcher/etcher.png" install -D "$srcdir/Etcher.desktop" "$pkgdir/usr/share/applications/Etcher.desktop" }