summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 725f03de70ee18cd5537a0180d3f65a94ffdf22f (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
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Omri Bornstein <omribor@gmail.com>
# Contributor: Omri Bornstein <omribor@gmail.com>

pkgname='stalk-bin'
pkgver=1.0.7
pkgrel=1
pkgdesc='Cross-platform file watcher.'
url='https://github.com/AppleGamer22/stalk'
arch=('aarch64' 'x86_64')
license=('GPL3')
provides=('stalk')
conflicts=('stalk')
depends=('inotify-tools')
optdepends=('bash' 'fish' 'zsh')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/AppleGamer22/stalk/releases/download/v1.0.7/stalk_1.0.7_linux_arm64.tar.gz")
sha256sums_aarch64=('75c3afb5ac836f3be26015139b3d2754fab6788c8683186e77df78a2e022ea50')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/AppleGamer22/stalk/releases/download/v1.0.7/stalk_1.0.7_linux_amd64.tar.gz")
sha256sums_x86_64=('67a1cf883fb8f6ba983f9ca37d30e290545c708f49bde7354e0a9b8f07519492')

package() {
  install -Dm755 stalk "${pkgdir}/usr/bin/stalk"
  install -Dm644 stalk.1 "${pkgdir}/usr/share/man/man1/stalk.1"
  install -Dm644 stalk.bash "${pkgdir}/usr/share/bash-completion/completions/stalk"
  install -Dm644 stalk.fish "${pkgdir}/usr/share/fish/vendor_completions.d/stalk.fish"
  install -Dm644 stalk.zsh "${pkgdir}/usr/share/zsh/site-functions/_stalk"

}