1 # Contributor: max-k <max-k@post.com>
3 pkgname="sshgate-client"
4 _pkgname="sshGate-client"
7 pkgdesc="Small script to help to use sshGate server"
9 url="https://github.com/Tauop/sshGate-client"
11 depends=('scripthelper')
17 "https://github.com/downloads/Tauop/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
22 '6c8e14d38ac7754c793675415a9902fd'
23 'f37e8c7cc1b1b1955bf06404aa97a6e0'
28 cd ${startdir}/src/${_pkgname}-${pkgver}
29 install -D -m 644 COPYING ${startdir}/pkg/usr/share/licences/${pkgname}/COPYING
30 install -D -m 644 README ${startdir}/pkg/usr/share/doc/${pkgname}/README
31 mkdir -p ${startdir}/pkg/usr/local/bin
32 sed -i 's/sshgate-client-configure/#sshgate-client-configure/' sshg
33 sed -i 's/sshgate-client-configure/#sshgate-client-configure/' scpg
34 install -D -m 755 {sshg,scpg,sshgate-client-configure} ${startdir}/pkg/usr/local/bin/
35 install -D -m 644 ${startdir}/bash_completion ${startdir}/pkg/usr/share/${pkgname}/bash_completion