summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4d84c7f2df310c6d9e3dde1526ba61b8ecf06fe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: muhas <muhas@mail.ru>
pkgname=dscp
pkgver=0.0.1
pkgrel=2
pkgdesc="frontend for scp and ssh (dsh like)"
url="https://github.com/muhas/dscp"
license=("GPL")
depends=('openssh')
arch=('any')
source=(https://github.com/muhas/dscp/archive/${pkgver}.tar.gz)
md5sums=('3fb46daa8e6c2ce15bb85fc798804cff')

package() {
  cd ${srcdir}/${pkgname}-${pkgver}
  install -Dm755 -t "${pkgdir}/usr/bin" "${pkgname}"
}