Files
ports/main/redshift/spkgbuild
2021-05-12 08:11:10 +08:00

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
}