summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 735b7451cb263ee630c9e867dc651eb66f4f08bd (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.5
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=('476bb5dbd39257ba3464d9e51b3c883fe5cb7fb94bc7bce993ff708c2ed836976b10ea7b6a19cb579798ae8161aa2ca2f79ad7b40ef2a9d88af1cf06256ffab1')
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
}