mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
16 lines
371 B
Plaintext
16 lines
371 B
Plaintext
# description : Adjusts the color temperature of your screen according to your surroundings
|
|
# depends : libdrm libxcb libx11 libxxf86vm glib intltool
|
|
|
|
name=redshift
|
|
version=1.12
|
|
release=1
|
|
source="https://github.com/jonls/$name/releases/download/v$version/$name-$version.tar.xz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|