summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c44aa4b382f4e1111942988684030dde875f847a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Achilleas Koutsou (achilleas.k@gmail.com)

pkgname=gin-cli
pkgver=1.6
pkgrel=1
pkgdesc='Command line client for the G-Node Infrastructure (GIN) services'
arch=('x86_64')
url='https://gin.g-node.org'
license=('BSD')
depends=('git-annex' 'openssh')
install=${pkgname}.install
sha512sums=('1a601e1a6d365a0dcd112982de2e6a8e5ee9ee0e05e047b8a23079d53989b9d7147584d6eff5b8fa27ea151017f5d58ad8c2b33f6f92686dda103bcf9a255377')
source=("https://github.com/G-Node/gin-cli/releases/download/v${pkgver}/gin-cli-${pkgver}-linux-amd64.tar.gz")
package() {
    install -Dm755 "${srcdir}"/gin "${pkgdir}"/usr/bin/gin
}