diff options
| author | emmett1 <me@emmett1.my> | 2026-05-29 15:29:02 +0200 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-29 15:29:02 +0200 |
| commit | c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe (patch) | |
| tree | a231fd04d8a0818fd1f50d06bf53e4cc2474e67e /repos/community/hst | |
| parent | 869bd1cc5ba01bc0d7c24c74cf4d15d396891d9e (diff) | |
| parent | 61ee8081cb812b7d304a2041603dda1567390996 (diff) | |
| download | alicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.tar.gz alicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.zip | |
Merge pull request 'new ports and fixed duplicate in install.md' (#55) from Lostt/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/55
Diffstat (limited to 'repos/community/hst')
| -rw-r--r-- | repos/community/hst/.checksum | 1 | ||||
| -rw-r--r-- | repos/community/hst/.files | 7 | ||||
| -rw-r--r-- | repos/community/hst/abuild | 5 | ||||
| -rw-r--r-- | repos/community/hst/depends | 8 |
4 files changed, 21 insertions, 0 deletions
diff --git a/repos/community/hst/.checksum b/repos/community/hst/.checksum new file mode 100644 index 00000000..6605655e --- /dev/null +++ b/repos/community/hst/.checksum @@ -0,0 +1 @@ +56f2f22dd590b9ceb90c0a2aa210632faf19fe8a69f27b7162a65a3b19c94ff0 6187ef823d1fabe2139aed54dbb7a7e28c6d8ff4.tar.gz diff --git a/repos/community/hst/.files b/repos/community/hst/.files new file mode 100644 index 00000000..471772c3 --- /dev/null +++ b/repos/community/hst/.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-wl +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-wl.1.gz diff --git a/repos/community/hst/abuild b/repos/community/hst/abuild new file mode 100644 index 00000000..3d25754a --- /dev/null +++ b/repos/community/hst/abuild @@ -0,0 +1,5 @@ +name=hst +version=20260203 +commit=6187ef823d1fabe2139aed54dbb7a7e28c6d8ff4 +release=1 +source="https://git.sr.ht/~dlm/$name/archive/$commit.tar.gz" diff --git a/repos/community/hst/depends b/repos/community/hst/depends new file mode 100644 index 00000000..e142dee1 --- /dev/null +++ b/repos/community/hst/depends @@ -0,0 +1,8 @@ +fontconfig +freetype +libdrm +libxkbcommon +ncurses +neuwld +wayland +wayland-protcols |