2019-03-02 13:10:21 -06:00
|
|
|
# Description: A window switcher, application launcher and dmenu replacement
|
|
|
|
# URL: https://github.com/DaveDavenport/rofi
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
2021-11-20 00:46:11 -06:00
|
|
|
# Depends on: pango startup-notification libxkbcommon xorg-xcb-util-xrm librsvg check xorg-xcb-util-wm xorg-xcb-util-cursor
|
2019-03-02 13:10:21 -06:00
|
|
|
|
|
|
|
name=rofi
|
2022-02-18 14:11:16 +01:00
|
|
|
version=1.7.3
|
2019-03-02 13:10:21 -06:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/DaveDavenport/$name/releases/download/$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2019-06-24 08:56:23 +02:00
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2019-03-02 13:10:21 -06:00
|
|
|
}
|