summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 51676e9ffbcdde1955128e13d1be8f1f79d479df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: CheesyPhoenix
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=hyprland-relative-workspace-bin
pkgver=1.1.8
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=("https://github.com/CheesyPhoenix/hyprland-relative-workspace/releases/download/v$pkgver/hyprland-relative-workspace-$pkgver-x86_64.tar.gz")
sha256sums=("39cd29e3cd9a64fd3dbea3930cfd47872a3c23dae743a684e400ac165a3275dd")

package() {
    install -Dm755 hyprland-relative-workspace -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}