diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-25 09:24:02 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-25 09:24:02 +0800 |
| commit | 2292d6e09ebf7376a8d0233b55190f834a445153 (patch) | |
| tree | eca890f26e1edb43e9610624675d76b66736eedc /repos | |
| parent | 7bd845fe1859f1352589f4de54192bfc9ac5b4eb (diff) | |
| download | alicelinux-2292d6e09ebf7376a8d0233b55190f834a445153.tar.gz alicelinux-2292d6e09ebf7376a8d0233b55190f834a445153.zip | |
cwm: new added
Diffstat (limited to 'repos')
| -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 |