summaryrefslogtreecommitdiff
path: root/wlsunset/Pkgfile
blob: 7898f29c48ce33a7aeee435eb6656f07a12273da (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 renames=($name-$version.tar.gz)
   11 
   12 build() {
   13   meson setup $name-$version build \
   14     --prefix=/usr \
   15     --buildtype=plain \
   16     --wrap-mode nodownload \
   17     -D b_lto=true \
   18     -D b_pie=true
   19   meson compile -C build
   20   DESTDIR=$PKG meson install -C build
   21 }

Generated by cgit