21 lines
619 B
Bash
21 lines
619 B
Bash
# Template file for 'redshift-qt'
|
|
pkgname=redshift-qt
|
|
version=0.6
|
|
revision=1
|
|
build_style=qmake
|
|
makedepends="qt5-devel"
|
|
depends="redshift"
|
|
short_desc="Adjusts the color temperature of your screen to your surroundings - Qt UI"
|
|
repository="cereus-extra"
|
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/Chemrat/redshift-qt"
|
|
#changelog=""
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=6867460fe4e3de0883623e469c5324b3311e9c3dff1f669a34be7d3cb1b7702c
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vinstall data/${pkgname}.desktop 644 usr/share/applications
|
|
vlicense COPYING
|
|
}
|