summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjoaofnds2022-10-20 17:47:00 +0000
committerjoaofnds2022-10-20 17:47:00 +0000
commit99ddeadff60bc36b69d9bc56e22154ce850c97a8 (patch)
tree68ce2760bed56c473f3e5bb75de64a0ae8fbe6fc /PKGBUILD
downloadaur-99ddeadff60bc36b69d9bc56e22154ce850c97a8.tar.gz
Update to 0.0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4c7deac5dcf1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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.10
+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.10/astro_0.0.10_Linux_arm64.tar.gz")
+sha256sums_aarch64=('86342787006f9a13bdc6fd36a4e37b13837b455974b09aaf169fb38a980733eb')
+
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.10/astro_0.0.10_Linux_i386.tar.gz")
+sha256sums_i686=('be70954dc29e99fc8592921f06fa7b657448e45515fce1f6aa1a93cbd343a99b')
+
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.10/astro_0.0.10_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('f081e321a84209a3af367e688dcbcff4c7442dada327bfdc87a2101379fae113')
+
+package() {
+ install -Dm755 "./astro" "${pkgdir}/usr/bin/astro"
+
+}