summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c19976242df2f87e44edff75de487e39dc22a11f (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: João Fernandes <joaofnds@joaofnds.com>
# Contributor: João Fernandes <joaofnds@joaofnds.com>

pkgname='astro-bin'
pkgver=0.0.37
pkgrel=1
pkgdesc='A habit tracker for your terminal with a GitHub style activity graph'
url='https://astro.joaofnds.com/'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('astro')
conflicts=('astro')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.37/astro_0.0.37_linux_arm64.tar.gz")
sha256sums_aarch64=('4e32432127dc3b16304cf9e2809a8e96a051bee432ff04d6a6804a2bd10585f7')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.37/astro_0.0.37_linux_386.tar.gz")
sha256sums_i686=('1eba393f1ee297507e5bfc2e9c92bb44c53e4aba65168eb836665381e8d86c03')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.37/astro_0.0.37_linux_amd64.tar.gz")
sha256sums_x86_64=('d4c66ab78f447ee1c9a7087baa14cbb99c5b06941d6803b92186743eb337fe93')

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

}