summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e62e7885ecb49e844a7702f4d0aa4872527d0587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: mklan <me@klanm.at>
pkgname=hyproled-git
pkgver=0.1.0
pkgrel=1
pkgdesc="A hyprland shader utility to prevent OLED burn in."
arch=('any')
url="https://github.com/mklan/hyproled"
license=('BSD 3')
depends=('hyprland' 'bash')
makedepends=('git')
source=("git+https://github.com/mklan/hyproled.git")
sha256sums=('SKIP')

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