summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ba3676943f977355772f20088dd9adebde070768 (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.2
pkgrel=1
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=('3367fb1508de9b6c94b89a3760e993d3')

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