summaryrefslogtreecommitdiff
path: root/.SRCINFO
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-23 14:53:23 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-23 14:54:16 +0300
commit7584d20a89785ebc3694593c97ce96ec41edb265 (patch)
tree0eec451ed2b8d043780bf2b965eff18829b849d5 /.SRCINFO
parentc0b5fc205bbf8c033cd071401ca480a9a3a7787d (diff)
Created PKGBUILD and SRCINFO
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..d41838e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = WeatherFetch
+ pkgdesc = WeatherFetch: A rust fetch tool like Neofetch or FastFetch but with Weather. Cli: wfetch
+ pkgver = 0.0.4
+ pkgrel = 1
+ url = https://github.com/Nam4ik/WeatherFetch
+ arch = x86_64
+ license = MIT
+ makedepends = rust
+ makedepends = cargo
+ depends = glibc
+ depends = openssl
+ source = WeatherFetch-0.0.4.tar.gz::https://github.com/Nam4ik/WeatherFetch/archive/v0.0.4.tar.gz
+ sha256sums = 8043b8644b55bf411965c0ba5030e06572a701f33a4d51804a37a7b534dc08c1
+
+pkgname = WeatherFetch