summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7671679dfc40ddf06babfbe0151af4bad6ff8484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: oxodao <oxodao@gmail.com>
pkgname=sshelter-bin
pkgver=0.2
pkgrel=2
pkgdesc="Client for the sshelter tool"
arch=('x86_64')
url="https://github.com/oxodao/sshelter-client"
license=('GPL')
optdepends=()
source=("https://github.com/oxodao/sshelter-client/releases/download/v$pkgver/sshelter-v$pkgver-linux-$CARCH")
md5sums=('SKIP')

package() {
    install -Dm 777 "sshelter-v$pkgver-linux-$CARCH" "${pkgdir}/usr/bin/sshelter"
}