summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3b69d130a7294db0a60247e309c766de38db61be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: mpsijm
pkgname=git-xet-bin
pkgver=0.11.3
pkgrel=1
pkgdesc="git-xet client, a Git extension for interacting with XetHub repositories"
arch=('x86_64')
url="https://xethub.com"
license=('BSD')  # I think, based on https://github.com/xetdata/pyxet
depends=('git')
provides=("git-xet=$pkgver")
conflicts=("git-xet")
source=("https://github.com/xetdata/xet-tools/releases/download/v$pkgver/xet-linux-x86_64.deb")
sha256sums=('4fffd0601b5f1baa96a46a7b9a2349f769b70a4564e5ceb5e8de4d9f1fa1b565')

package() {
  bsdtar -xf "$srcdir/data.tar.xz" -C "$pkgdir"
  mkdir "$pkgdir/usr/bin"
  mv "$pkgdir/usr/local/bin/git-xet" "$pkgdir/usr/bin/git-xet"
}