summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5471e1aab3f6b5c22709ebd1b19aeb6f43ad09de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Emanuele 'Lele aka eldios' Calo' <xeldiosx@gmail.com>

pkgname=teleconsole-bin
pkgver=0.3.1
pkgrel=1
pkgdesc="Command line tool to share your UNIX terminal and forward local TCP ports to people you trust."
arch=('x86_64')
url="https://github.com/gravitational/teleconsole/"
license=('Apache')
depends=('glibc')
source=("https://github.com/gravitational/teleconsole/releases/download/${pkgver}/teleconsole-v${pkgver}-linux-amd64.tar.gz")
sha256sums=('bcc08d8ea2c8a7ad01fb7a336c5f9ebd75b7b2624db9b0cc88c5f60b5c3e533b')

package() {
    mkdir -p "${pkgdir}/usr/bin"
    install -Dm755 -t "$pkgdir/usr/bin" teleconsole
    # no man pages, docs or web assets in release tarball
}