summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f504efdf1f6a93b9436daa15064d58da9c2f2ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
pkgver='2.4.1'
pkgrel=1
pkgdesc='Adds IDE-style autocomplete to your existing terminal.'
arch=('x86_64')
url='https://fig.io'
license=('custom')
depends=('gtk3' 'webkit2gtk' 'libappindicator-gtk3' 'ibus' 'xdg-utils')
source=("${pkgname}-${pkgver//_/-}.tar.xz::https://d64exoad0v6gz.cloudfront.net/${pkgver//_/-}/linux/${arch}/fig.tar.xz")

sha256sums=('e6d6465d6087ed5ef907f7ca47f92996ea8e6d7152b915f5ddbf1887c492a03c')

package() {
  cp -r "${srcdir}/usr" "${pkgdir}/usr"
}