Skip to content

Commit

Permalink
New Package: redshift-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
KF-Art committed Jun 21, 2024
1 parent 0a56200 commit d5cc740
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/redshift-qt/template
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit d5cc740

Please sign in to comment.