diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-25 09:24:26 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-25 09:24:26 +0800 |
| commit | 258c61f8f8c526edac8a10b01228b9646589345d (patch) | |
| tree | 13d63ded6d14a348b96d773442d16f3b7ebc8cb8 | |
| parent | 2a0cecfa1788188006e89d3a199500c28fdc1232 (diff) | |
| download | alicelinux-258c61f8f8c526edac8a10b01228b9646589345d.tar.gz alicelinux-258c61f8f8c526edac8a10b01228b9646589345d.zip | |
st: new added
| -rw-r--r-- | repos/xorg/st/.files | 7 | ||||
| -rw-r--r-- | repos/xorg/st/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/st/depends | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/repos/xorg/st/.files b/repos/xorg/st/.files new file mode 100644 index 00000000..b9628fb6 --- /dev/null +++ b/repos/xorg/st/.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/st +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/st.1.gz diff --git a/repos/xorg/st/abuild b/repos/xorg/st/abuild new file mode 100644 index 00000000..dc679824 --- /dev/null +++ b/repos/xorg/st/abuild @@ -0,0 +1,4 @@ +name=st +version=0.9.2 +release=1 +source="http://dl.suckless.org/${name}/${name}-${version}.tar.gz" diff --git a/repos/xorg/st/depends b/repos/xorg/st/depends new file mode 100644 index 00000000..75b9a7d5 --- /dev/null +++ b/repos/xorg/st/depends @@ -0,0 +1 @@ +libxft |