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/neuswc | |
| 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/neuswc')
| -rw-r--r-- | repos/community/neuswc/.checksum | 1 | ||||
| -rw-r--r-- | repos/community/neuswc/.files | 13 | ||||
| -rw-r--r-- | repos/community/neuswc/abuild | 5 | ||||
| -rw-r--r-- | repos/community/neuswc/depends | 8 |
4 files changed, 27 insertions, 0 deletions
diff --git a/repos/community/neuswc/.checksum b/repos/community/neuswc/.checksum new file mode 100644 index 00000000..c63bfb12 --- /dev/null +++ b/repos/community/neuswc/.checksum @@ -0,0 +1 @@ +7c9640c2954e09bd1ba645f26dedc5317d00688b4a1fc5ff074264f27b05c8cb 975ad56221d4545bdd44d14fdd4cac796de207d9.tar.gz diff --git a/repos/community/neuswc/.files b/repos/community/neuswc/.files new file mode 100644 index 00000000..b75f5a2d --- /dev/null +++ b/repos/community/neuswc/.files @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwsr-xr-x root/root usr/bin/swc-launch +-rwxr-xr-x root/root usr/bin/swcsnap +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/swc.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libswc.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/swc.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/swc/ +-rw-r--r-- root/root usr/share/swc/swc.xml diff --git a/repos/community/neuswc/abuild b/repos/community/neuswc/abuild new file mode 100644 index 00000000..db9da090 --- /dev/null +++ b/repos/community/neuswc/abuild @@ -0,0 +1,5 @@ +name=neuswc +version=20260523 +commit=975ad56221d4545bdd44d14fdd4cac796de207d9 +release=1 +source="https://git.sr.ht/~shrub900/$name/archive/$commit.tar.gz" diff --git a/repos/community/neuswc/depends b/repos/community/neuswc/depends new file mode 100644 index 00000000..70c18e90 --- /dev/null +++ b/repos/community/neuswc/depends @@ -0,0 +1,8 @@ +libdrm +libinput +meson +neuwld +pixman +wayland +wayland-protocols +xkeyboard-config |