summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 26c559fa6efc8b2b18935405dd36e364ec230f41 (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=2
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"
}