summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bce950ebb471d8bc7b08436f43b9e01fbdf52fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Tom Wizetek <tom@wizetek.com>

pkgname=redshifter
pkgver=20200404
pkgrel=1
pkgdesc="Fine control redshift color temperature and brightness"
arch=('any')
url="https://github.com/wizetek/bash/blob/master/redshifter"
license=('GPL')
depends=('redshift' 'bc' 'bash')
source=("https://raw.githubusercontent.com/wizetek/bash/master/redshifter")
md5sums=('0fe6eba2d4644d88b8e3c17c7f1f7385')

package() {
  install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}