blob: db29cc212b3b0241672f9aff17d1ebba91fc7faa (
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
|
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: rsteube <rsteube@users.noreply.github.com>
pkgname='freckles-bin'
pkgver=0.2.3
pkgrel=1
pkgdesc='simple dotfiles manager'
url='https://github.com/rsteube/freckles'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('freckles')
conflicts=('freckles')
depends=('git')
optdepends=('carapace-bin: for git completion' 'github-cli: for github completion')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/freckles/releases/download/v0.2.3/freckles_0.2.3_linux_arm64.tar.gz")
sha256sums_aarch64=('dbe53a860294f6f3eaa2f3f02c8e9e6e99eb66da7648fb12d4c3fa1b2f530eec')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/freckles/releases/download/v0.2.3/freckles_0.2.3_linux_386.tar.gz")
sha256sums_i686=('0a4832b1f6e8c057594090f6d2c0ba65c70a127cad61d604fa4e8428eb8d2e4b')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/freckles/releases/download/v0.2.3/freckles_0.2.3_linux_amd64.tar.gz")
sha256sums_x86_64=('242324ff0b4a1eab63a5d8972c09dd06fbfe4d56063730137f72628325a3387f')
package() {
install -Dm755 "./freckles" "${pkgdir}/usr/bin/freckles"
}
|