summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d34a708b52d4b2fa97ded264b1b9ab55f2647654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.2
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=("eb633a52019f161e73c5f1cef25283f011b865f8f5be917130b2f5c573a7ba36")

package() {
    install -Dm755 hyprforest-installer -t "$pkgdir/usr/bin"
}