summaryrefslogtreecommitdiff
path: root/rofi/Pkgfile
blob: 8958b7051020c1318c0905bd09bf9781e6c33942 (plain)
    1 # Description: A window switcher, application launcher and dmenu replacement
    2 # URL: https://github.com/DaveDavenport/rofi
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 # Depends on: pango startup-notification libxkbcommon xorg-xcb-util-xrm librsvg check xorg-xcb-util-wm xorg-xcb-util-cursor
    5 
    6 name=rofi
    7 version=1.7.5
    8 release=1
    9 source=(https://github.com/DaveDavenport/$name/releases/download/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr
   14   make
   15   make DESTDIR=$PKG install
   16 }

Generated by cgit