# Maintainer: Rob McFadzean # Contributor: Jordan J Klassen # Contributor: Thomas Jost # Upstream URL: https://github.com/Shopify/themekit pkgname=shopify-themekit-bin pkgver=1.1.1 pkgrel=1 pkgdesc="A cross-platform tool for building Shopify Themes" arch=('x86_64') url="https://github.com/Shopify/themekit" license=('MIT') conflicts=('shopify-themekit' 'discount') source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme") sha256sums=('fa8aa3ff703d22cdff97c4070b9168e2b7994ac72bda81dd6b2b78cc9e07df59') package() { install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme" }