summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 07aed92217adf04d3f1a198e80166ff512e711c6 (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=autoricer-bin
pkgver=0.1.1
pkgrel=1
pkgdesc="Autoricer for Hyprland on Arch Linux"
url="https://github.com/3rfaan/autoricer"
license=("GPL-3.0-or-later")
arch=("x86_64")
provides=("autoricer")
conflicts=("autoricer")
optdepends=("hyprland" "kitty" "neovim" "waybar" "wofi" "zsh")
source=("https://github.com/3rfaan/autoricer/releases/download/v$pkgver/autoricer-$pkgver-x86_64.tar.gz")
sha256sums=("81d47ab570bf87881eac43473c9ebb9a5a02e3c75bd5ec1a5fefccea468e2ded")

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