summaryrefslogtreecommitdiff
path: root/slurp/Pkgfile
blob: abe98ce163b130585bccf5fdcde75d7464633904 (plain)
    1 # Description: Select a region in a Wayland compositor
    2 # URL: https://wayland.emersion.fr/slurp/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: cairo libxkbcommon wayland-protocols
    5 # Optional: scdoc
    6 
    7 name=slurp
    8 version=1.4.0
    9 release=1
   10 source=(https://github.com/emersion/slurp/releases/download/v$version/slurp-$version.tar.gz)
   11 
   12 build() {
   13   meson $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