New Package: redshift-qt
This commit is contained in:
parent
0a5620076e
commit
d5cc740a53
1 changed files with 21 additions and 0 deletions
21
srcpkgs/redshift-qt/template
Normal file
21
srcpkgs/redshift-qt/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue