Added a bunch of neat X tools, and a new WM.

This commit is contained in:
Mid Favila 2021-06-24 20:11:14 +00:00
parent 73654bb61c
commit 33ebb3cd9f
13 changed files with 29 additions and 0 deletions

4
ports/shod/build Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -e
make
make PREFIX=/usr DESTDIR="$1" install

6
ports/shod/depends Normal file
View File

@ -0,0 +1,6 @@
xorg-server
libXau
libXpm
libX11
libXinerama
wmctrl

1
ports/shod/sources Normal file
View File

@ -0,0 +1 @@
git+https://github.com/phillbush/shod

1
ports/shod/version Normal file
View File

@ -0,0 +1 @@
git 1

3
ports/xclickroot/build Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh -e
make PREFIX=/usr DESTDIR="$1" clean install

1
ports/xclickroot/sources Normal file
View File

@ -0,0 +1 @@
git+https://github.com/phillbush/xclickroot

1
ports/xclickroot/version Normal file
View File

@ -0,0 +1 @@
git 1

4
ports/xmenu/build Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -e
make
make PREFIX=/usr DESTDIR="$1" install

1
ports/xmenu/sources Normal file
View File

@ -0,0 +1 @@
git+https://github.com/phillbush/xmenu

1
ports/xmenu/version Normal file
View File

@ -0,0 +1 @@
git 1

4
ports/xprompt/build Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -e
make
make PREFIX=/usr DESTDIR="$1" install

1
ports/xprompt/sources Normal file
View File

@ -0,0 +1 @@
git+https://github.com/phillbush/xprompt

1
ports/xprompt/version Normal file
View File

@ -0,0 +1 @@
git 1