summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9229add1bb1bdae6d198442e75c0a1b4e007c7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Malachi Soord <me@malachisoord.com>

pkgname='git-pair-bin'
pkgver=0.1.6
pkgrel=1
pkgdesc='A simple CLI app to make it easier for pairing for co-authoring commits'
url='https://github.com/inverse/git-pair/'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('git-pair')
conflicts=('git-pair')
depends=('git')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/inverse/git-pair/releases/download/v0.1.6/git-pair_Linux_arm64.tar.gz")
sha256sums_aarch64=('9caff36fffee9eeb6181f19c1b3988b64143fa18c3fcb607f81a915a001a9812')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/inverse/git-pair/releases/download/v0.1.6/git-pair_Linux_i386.tar.gz")
sha256sums_i686=('c84f9b1c73b28d4010a44b03795a240c83dfc4c70eda63df64efe5445968771d')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/inverse/git-pair/releases/download/v0.1.6/git-pair_Linux_x86_64.tar.gz")
sha256sums_x86_64=('bd5f55c23f5c21893fc1213dfcba4160b1d8dae1389651c5a2116f086d8d839b')

package() {
  install -Dm755 "./git-pair" "$pkgdir/usr/bin/git-pair"
  install -Dm644 "./LICENSE" "$pkgdir/usr/share/licenses/git-pair/LICENSE"
}