summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e6471c538249222a904b2a88e1686ee1e297f624 (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.31
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.31/astro_0.0.31_Linux_arm64.tar.gz")
sha256sums_aarch64=('63422419df94765cd4891bf46e788aeb519cea9d19b1f1eb9ab75d702a5632e9')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.31/astro_0.0.31_Linux_i386.tar.gz")
sha256sums_i686=('1a25956669c58dd9731539b6229ecca3443f5de4f2fb3fe864175037e19992eb')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.31/astro_0.0.31_Linux_x86_64.tar.gz")
sha256sums_x86_64=('f62d32933e6a6ab7d38f18c0c0179c43a5d053ed780583b48b781f1c9cb87dda')

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

}