summaryrefslogtreecommitdiff
path: root/wev/Pkgfile
blob: cb53cc5df9df12ebda13b427ec29198179854286 (plain)
    1 # Description: debug events on wayland
    2 # URL: https://git.sr.ht/~sircmpwn/wev
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: libxkbcommon scdoc wayland-protocols xorg-libxkbdcommon
    5 
    6 name=wev
    7 version=1.0.0
    8 release=1
    9 source=(https://git.sr.ht/~sircmpwn/wev/archive/$version.tar.gz)
   10 renames=($name-$version.tar.gz)
   11 
   12 build() {
   13   cd $name-$version
   14   make CFLAGS="$CFLAGS $LDFLAGS"
   15   make DESTDIR=$PKG PREFIX=/usr install
   16 }

Generated by cgit