summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author3rfaan2023-11-16 19:40:14 +0100
committer3rfaan2023-11-16 19:40:14 +0100
commit9c563b99589362816199dfc7eb41193ced8f4e9d (patch)
treeb62d3b44956df85416f0bf04c2d45da9197c11b9
downloadaur-9c563b99589362816199dfc7eb41193ced8f4e9d.tar.gz
First commit
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD21
2 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d675be9a59fd
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = hyprforest-installer-bin
+ pkgdesc = Everforest Theme Installer for Hyprland on Arch Linux
+ pkgver = 0.1.0
+ pkgrel = 1
+ url = https://github.com/3rfaan/hyprforest-installer
+ arch = x86_64
+ license = GPL-3.0-or-later
+ optdepends = hyprland
+ optdepends = kitty
+ optdepends = neovim
+ optdepends = waybar
+ optdepends = wofi
+ optdepends = zsh
+ provides = hyprforest-installer
+ conflicts = hyprforest-installer
+ source = https://github.com/3rfaan/hyprforest-installer/releases/download/v0.1.0/hyprforest-installer-0.1.0-x86_64.tar.gz
+ sha256sums = 591c246ec182e8fd048ed0ba996f4e1da159a78528ecd998cb6ba672b34ed70d
+
+pkgname = hyprforest-installer-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..adc3897178d5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Arfan Zubi
+# Maintainer: <zubi.arfan@gmail.com
+#
+# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
+
+pkgname=hyprforest-installer-bin
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Everforest Theme Installer for Hyprland on Arch Linux"
+url="https://github.com/3rfaan/hyprforest-installer"
+license=("GPL-3.0-or-later")
+arch=("x86_64")
+provides=("hyprforest-installer")
+conflicts=("hyprforest-installer")
+optdepends=("hyprland" "kitty" "neovim" "waybar" "wofi" "zsh")
+source=("https://github.com/3rfaan/hyprforest-installer/releases/download/v$pkgver/hyprforest-installer-$pkgver-x86_64.tar.gz")
+sha256sums=("591c246ec182e8fd048ed0ba996f4e1da159a78528ecd998cb6ba672b34ed70d")
+
+package() {
+ install -Dm755 hyprforest-installer -t "$pkgdir/usr/bin"
+}