blob: 16698e251e4a0f01447835186335ffca2a716229 (
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.20.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/v${pkgver}/raffi_${pkgver}_linux_x86_64.tar.gz")
sha256sums_x86_64=('f16b737e52bd168f07f65db7d05605bb74d3028495d259c832c8ef059c1cd195')
package() {
# bin
install -Dm755 "./raffi" "${pkgdir}/usr/bin/raffi"
# license
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/raffi/LICENSE"
}
|