summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d54ece51599a356975a5d27f57d467e6f592f3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Felix Springer <felixspringer149@gmail.com>

pkgname=blugon
pkgdesc="A blue light filter written in 'python' using 'xorg-xgamma' as backend"
pkgver=0.1
pkgrel=1
arch=('x86_64')
url="https://github.com/jumper149/blugon"
license=('Apache')
depends=('python')
optdepends=('xorg-xgamma: backend')
source=('git+https://github.com/jumper149/blugon.git')
_gitname="blugon"
sha256sums=('SKIP')

package() {
  cd "$_gitname"
  install -Dm755 blugon "$pkgdir/usr/bin/blugon"
}