summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e8c0417e3de23ff21ba119595e4e0bcd2a28d7a9 (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=1
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/metaprint-v$pkgver-linux-$CARCH")
md5sums=('SKIP')

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