summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9b803603b766039159241ec040edde0068ea9cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Kyle Sferrazza <kyle.sferrazza@gmail.com>

pkgname=gactions
pkgver=2.1.3
pkgrel=1
pkgdesc="The command line interface that you use to test and update your app for the Google Assistant."
arch=('x86_64')
url="https://developers.google.com/actions/tools/gactions-cli"
source=($pkgname::https://dl.google.com/gactions/updates/bin/linux/amd64/gactions/gactions)
md5sums=('cc277aaf05da1517a377ffba369a22d1')

build() {
  chmod +x $pkgname
}

package() {
  mkdir -p $pkgdir/usr/bin
  install -m 0755 $pkgname $pkgdir/usr/bin/$pkgname
}