summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d091883ae268ec8ed458f3ef50e2ae463c0cf269 (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
28
29
30
31
32
33
34
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Abhinav Gupta <mail@abhinavg.net>

pkgname='tmux-fastcopy-bin'
pkgver=0.14.1
pkgrel=1
pkgdesc='easymotion-style text copying for tmux.'
url='https://github.com/abhinav/tmux-fastcopy'
arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
license=('GPL-2.0')
provides=('tmux-fastcopy')
conflicts=('tmux-fastcopy')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/abhinav/tmux-fastcopy/releases/download/v0.14.1/tmux-fastcopy_0.14.1_Linux_arm64.tar.gz")
sha256sums_aarch64=('0f824679883a2b32879eaf34c5f157101b15a551f70a924465ef97e781e23f86')

source_armv6h=("${pkgname}_${pkgver}_armv6h.tar.gz::https://github.com/abhinav/tmux-fastcopy/releases/download/v0.14.1/tmux-fastcopy_0.14.1_Linux_armv6.tar.gz")
sha256sums_armv6h=('745c982b41d79a16d56ceb43ea519f72f87a0c330c8db29e6ebfff90c63fc6f9')

source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/abhinav/tmux-fastcopy/releases/download/v0.14.1/tmux-fastcopy_0.14.1_Linux_armv7.tar.gz")
sha256sums_armv7h=('4db319836e7e4906d29c64f359ea578ebc6478fc728873ee85ee7673b89b975c')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/abhinav/tmux-fastcopy/releases/download/v0.14.1/tmux-fastcopy_0.14.1_Linux_i386.tar.gz")
sha256sums_i686=('5a5f3e825be38e9c6711f0121ec963ab4918d78d76714b75fc8ef39f4de665f7')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/abhinav/tmux-fastcopy/releases/download/v0.14.1/tmux-fastcopy_0.14.1_Linux_x86_64.tar.gz")
sha256sums_x86_64=('d68c04890bb9c5ce0eb7ac297847bb0155ced955166864aa1aaf6ac08e1a5c7e')

package() {
  install -Dm755 "./tmux-fastcopy" "${pkgdir}/usr/bin/tmux-fastcopy"
  install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/tmux-fastcopy/LICENSE"
  install -Dm644 "./README.md" "${pkgdir}/usr/share/doc/tmux-fastcopy/README.md"
  install -Dm644 "./CHANGELOG.md" "${pkgdir}/usr/share/doc/tmux-fastcopy/CHANGELOG.md"
}