summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 68d14318cd12f7b14c5fdd14abe82b42e6d028d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Nicola Pagliuca <nicola.pagliuca at pm dot me>
# Co-Maintainer: Aethar <elliott.ashby88@gmail.com>
_basename='hyprfreeze'
pkgname="$_basename-git"
pkgver=1.1.2.r2.6b67416
pkgrel=2
pkgdesc="Utility to suspend a game process (and other programs) in Hyprland"
arch=('any')
url="https://github.com/Zerodya/hyprfreeze"
license=('GPL')
depends=('bash' 'hyprland' 'jq' 'hyprprop')
makedepends=('git')
provides=("$_basename")
conflicts=("$_basename")
source=("git+$url")
md5sums=('SKIP')

package() {
    cd "$_basename"
    install -Dm755 ./$_basename "$pkgdir/usr/bin/$_basename"
    install -Dm644 ./LICENSE "$pkgdir/usr/share/licenses/$_basename/LICENSE"
}