diff options
| -rw-r--r-- | repos/xorg/cwm/.files | 9 | ||||
| -rw-r--r-- | repos/xorg/cwm/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/cwm/depends | 5 |
3 files changed, 18 insertions, 0 deletions
diff --git a/repos/xorg/cwm/.files b/repos/xorg/cwm/.files new file mode 100644 index 00000000..05ae763b --- /dev/null +++ b/repos/xorg/cwm/.files @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cwm +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cwm.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/cwmrc.5.gz diff --git a/repos/xorg/cwm/abuild b/repos/xorg/cwm/abuild new file mode 100644 index 00000000..77db29d2 --- /dev/null +++ b/repos/xorg/cwm/abuild @@ -0,0 +1,4 @@ +name=cwm +version=7.4 +release=1 +source="https://github.com/leahneukirchen/${name}/archive/v${version}/${name}-v${version}.tar.gz" diff --git a/repos/xorg/cwm/depends b/repos/xorg/cwm/depends new file mode 100644 index 00000000..be454333 --- /dev/null +++ b/repos/xorg/cwm/depends @@ -0,0 +1,5 @@ +expat +harfbuzz +libxdmcp +libxft +libxinerama |