summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 89456ee8b97eced160200fbe250077442062b648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Maintainer: David Govea <govea.du@gmail.com>
# Contributor: Daniel Wyatt <Daniel.Wyatt@gmail.com>

pkgname=hackhands-bin
pkgver=2.0.1
pkgrel=1
pkgdesc="An easy and convenient way to get notified and connect to requests on hackhands.com"
arch=('x86_64')
url='https://hackhands.com'
license=('custom')
depends=('bash-completion'
         'desktop-file-utils'
         'gconf'
         'gtk2'
         'gvfs'
         'hicolor-icon-theme'
         'libappindicator-gtk2'
         'libnotify'
         'libsystemd'
         'libxtst'
         'nss'
         'xdg-utils')
optdepends=('gnome-keyring' 'libgnome-keyring')
options=('!strip')
source_x86_64=("https://packagecloud.io/hackhands/desktop/packages/ubuntu/xenial/hackhands_${pkgver}_amd64.deb/download")
sha256sums_x86_64=('c6ca321d8fcbf6c70b194f7c8ad5f08957e0daa89bc7170a9f3936831cf57519')

prepare() {
  tar -xJf data.tar.xz
}

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

# vim:set ts=2 sw=2 et: