contrib/dmenu/Pkgfile

16 lines
419 B
Plaintext
Raw Normal View History

# Description: dynamic menu, originally designed for dwm (with xft support)
2021-03-09 13:37:05 +01:00
# URL: http://tools.suckless.org/dmenu/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: xorg-libxinerama xorg-libxft
name=dmenu
2022-10-11 12:06:35 +02:00
version=5.2
release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
2021-03-09 13:37:05 +01:00
cd $name-$version
sed "/^CFLAGS/s/-Os/$CFLAGS/" -i config.mk
make DESTDIR=$PKG PREFIX=/usr install
}