summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2690a4b566b1e547dccdbeccaaf2c6648f1f33c7 (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
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>

pkgname='raffi-bin'
pkgver=0.6.0
pkgrel=1
pkgdesc='raffi - fuzzel launcher based on yaml configuration'
url='https://github.com/chmouel/raffi'
arch=('x86_64')
license=('Apache 2.0')
provides=('raffi')
conflicts=('raffi')
depends=('fuzzel')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/chmouel/raffi/releases/download/v0.6.0/raffi_0.6.0_linux_x86_64.tar.gz")
sha256sums_x86_64=('e3409edb9c63ff4467e81dad80fd9a81e384d74c4fc8c8facbe82daa31a2410d')

package() {
  # bin
  install -Dm755 "./raffi" "${pkgdir}/usr/bin/raffi"

  # license
  install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/raffi/LICENSE"

}