forked from ports/contrib
dmenu: new port
This commit is contained in:
parent
1c330e88f7
commit
59399060fc
8
dmenu/.footprint
Normal file
8
dmenu/.footprint
Normal file
@ -0,0 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/dmenu
|
||||
-rwxr-xr-x root/root usr/bin/dmenu_path
|
||||
-rwxr-xr-x root/root usr/bin/dmenu_run
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/dmenu.1.gz
|
1
dmenu/.md5sum
Normal file
1
dmenu/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
67f58a3ae401d17ee64aa75354779b63 dmenu-3.8.tar.gz
|
19
dmenu/Pkgfile
Normal file
19
dmenu/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: dynamic menu, originally designed for dwm
|
||||
# URL: http://www.suckless.org/programs/dmenu.html
|
||||
# Packager: Richard Poettler, richard dot poettler at gmail dot com
|
||||
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
|
||||
# Depends on: xorg-libxinerama
|
||||
|
||||
name=dmenu
|
||||
version=3.8
|
||||
release=1
|
||||
source=(http://code.suckless.org/dl/tools/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd "$name-$version"
|
||||
make
|
||||
make DESTDIR=$PKG \
|
||||
PREFIX=/usr \
|
||||
MANPREFIX=/usr/man \
|
||||
install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user