summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 55bd2ebb3224be493e320cd6138a4ca63cba9dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: xausky <xausky[at]163[dot]com>
pkgname=hand-network
pkgver=1.1
pkgrel=2
pkgdesc='The application can auto login hand-china company network.'
url='https://github.com/xausky/hand-network'
arch=('x86_64')
license=('MIT')
depends=('python-gobject' 'python-requests' 'python-urllib3')
source=('git+https://github.com/xausky/hand-network')
md5sums=('SKIP')
package() {
  cd "${srcdir}/${pkgname}"
  make DESTDIR="${pkgdir}" install
}