New Package: redshift-qt

This commit is contained in:
Kevin Figueroa 2024-06-21 15:50:04 -04:00
parent 0a5620076e
commit d5cc740a53

View file

@ -0,0 +1,21 @@
# 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
}