summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f19d6924ed4f619c5ac843e872ffd5776a902f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Antoine Viallon <antoine.viallon@gmail.com>
# Contributor: Rob McFadzean <root@sphericalcube.net>
# Contributor: Jordan J Klassen <forivall@gmail.com>
# Contributor: Thomas Jost <schnouki@schnouki.net>
# Upstream URL: https://github.com/Shopify/themekit

pkgname=shopify-themekit-bin-noconflict
pkgver=1.2.0
pkgrel=1
pkgdesc="A cross-platform tool for building Shopify Themes - renamed binary to theme-shopify"
arch=('x86_64')

url="https://github.com/Shopify/themekit"
license=('MIT')
provides=('shopify-themekit')
conflicts=('shopify-themekit')

source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
sha256sums=('2060a7e6f87516fb2aced3a1063829edee4ac9dd33d0c08ea49b224164fab870')

package() {
  install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme-shopify"
}