blob: da2df788fbc580c469cc11f02b8bfda32811ab3c (
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.8.2
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.8.2/raffi_0.8.2_linux_x86_64.tar.gz")
sha256sums_x86_64=('a5f542ff5e7de125e7c5fccd9edf5c84244500b3f5dca86100858d3eba96b302')
package() {
# bin
install -Dm755 "./raffi" "${pkgdir}/usr/bin/raffi"
# license
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/raffi/LICENSE"
}
|