diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-25 09:24:14 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-25 09:24:14 +0800 |
| commit | 2a0cecfa1788188006e89d3a199500c28fdc1232 (patch) | |
| tree | 595ce81248618c79a25e074139e8d7a1ae45eef4 /repos | |
| parent | 2292d6e09ebf7376a8d0233b55190f834a445153 (diff) | |
| download | alicelinux-2a0cecfa1788188006e89d3a199500c28fdc1232.tar.gz alicelinux-2a0cecfa1788188006e89d3a199500c28fdc1232.zip | |
dwm: new added
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/xorg/dwm/.files | 7 | ||||
| -rw-r--r-- | repos/xorg/dwm/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/dwm/depends | 2 |
3 files changed, 13 insertions, 0 deletions
diff --git a/repos/xorg/dwm/.files b/repos/xorg/dwm/.files new file mode 100644 index 00000000..ff0cbfee --- /dev/null +++ b/repos/xorg/dwm/.files @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/dwm +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/dwm.1.gz diff --git a/repos/xorg/dwm/abuild b/repos/xorg/dwm/abuild new file mode 100644 index 00000000..514db8ca --- /dev/null +++ b/repos/xorg/dwm/abuild @@ -0,0 +1,4 @@ +name=dwm +version=6.5 +release=1 +source="http://dl.suckless.org/${name}/${name}-${version}.tar.gz" diff --git a/repos/xorg/dwm/depends b/repos/xorg/dwm/depends new file mode 100644 index 00000000..2c314eb0 --- /dev/null +++ b/repos/xorg/dwm/depends @@ -0,0 +1,2 @@ +libxinerama +libxft |