summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-05-04 23:03:05 -0600
committerChristopher Patrick Fair2020-05-04 23:15:38 -0600
commitc719f71c1b932f117859fc1d216b71b89a645f8a (patch)
tree7e2b48e543cc11332c3789d38054423c03de367a /.SRCINFO
downloadaur-c719f71c1b932f117859fc1d216b71b89a645f8a.tar.gz
Initial pkgbuild
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO21
1 files changed, 21 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c33ac3acc672
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = weatherreport
+ pkgdesc = A command line tool to get the current weather conditions.
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://gitlab.com/chrisfair/weatherreport
+ arch = i686
+ arch = x86_64
+ arch = arm
+ arch = armv7h
+ arch = armv6h
+ arch = aarch64
+ license = GPL
+ makedepends = go
+ depends = libalpm.so>=12
+ depends = sudo
+ depends = git
+ source = https://gitlab.com/chrisfair/weatherreport/-/archive/v1.0.0/weatherreport-v1.0.0.tar.gz
+ sha256sums = e2ffe6f0bbd7d4501ff945f847693c7114717d8846f14b38c399328855a802c8
+
+pkgname = weatherreport
+