# Maintainer: CheesyPhoenix # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=hyprland-relative-workspace-bin pkgver=1.1.7 pkgrel=1 pkgdesc="A tool to switch Hyprland workspaces relatively to monitor" url="https://github.com/CheesyPhoenix/hyprland-relative-workspace" license=("MIT") arch=("x86_64") provides=("hyprland-relative-workspace") conflicts=("hyprland-relative-workspace") source=("hyprland-relative-workspace-$pkgver.tar.gz::https://static.crates.io/crates/hyprland-relative-workspace/hyprland-relative-workspace-$pkgver.crate") sha256sums=("22f32b790f5f7b049571a727fb4cf17f483ff6650e9d95adb539ef0372e9af16") package() { install -Dm755 hyprland-relative-workspace -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } sha256sums=('7295772656c8f1c45624add4c1e3f3c9d62a6fc9897b4f72c74ee8c400e5c8a2')