summaryrefslogtreecommitdiff
path: root/wlsunset/Pkgfile
blob: cb6379d458623758ad1d70d5cf5f3c3bfa291ff7 (plain)
    1 # Description: Day/night gamma adjustments for Wayland
    2 # URL: https://sr.ht/~kennylevinsen/wlsunset/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: wayland-protocols
    5 
    6 name=wlsunset
    7 version=0.2.0
    8 release=1
    9 source=(https://git.sr.ht/~kennylevinsen/wlsunset/archive/$version.tar.gz)
   10 
   11 build() {
   12   meson setup $name-$version build \
   13     --prefix=/usr \
   14     --buildtype=plain \
   15     --wrap-mode nodownload \
   16     -D b_lto=true \
   17     -D b_pie=true
   18   meson compile -C build
   19   DESTDIR=$PKG meson install -C build
   20 }

Generated by cgit