diff options
| author | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-30 17:43:06 -0300 |
|---|---|---|
| committer | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-30 17:43:06 -0300 |
| commit | 8ce3a0dd087696d7bd41db2c718ddd8a7e2802e1 (patch) | |
| tree | 48f4afd1321522c1c31954b85c2bd4236cbbc702 | |
| parent | 3b312c63a3d1138dd06aa3dbef31bf69a58aa87a (diff) | |
| download | alicelinux-8ce3a0dd087696d7bd41db2c718ddd8a7e2802e1.tar.gz alicelinux-8ce3a0dd087696d7bd41db2c718ddd8a7e2802e1.zip | |
Added info files for some community ports
The ports who are getting their respective 'info' files are: neovim,
luajit, mednafen, libflac, gumbo-parser, mednafen and newsraft
| -rw-r--r-- | repos/community/gumbo-parser/info | 4 | ||||
| -rw-r--r-- | repos/community/libflac/info | 4 | ||||
| -rw-r--r-- | repos/community/luajit/info | 4 | ||||
| -rw-r--r-- | repos/community/mednafen/info | 4 | ||||
| -rw-r--r-- | repos/community/neovim/info | 4 | ||||
| -rw-r--r-- | repos/community/newsraft/info | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/repos/community/gumbo-parser/info b/repos/community/gumbo-parser/info new file mode 100644 index 00000000..85e371e0 --- /dev/null +++ b/repos/community/gumbo-parser/info @@ -0,0 +1,4 @@ +description: HTML parser library implemented in C99 +homepage: https://codeberg.org/gumbo-parser/gumbo-parser +license: Apache-2.0 +maintainer: ohnoes_ohnoes diff --git a/repos/community/libflac/info b/repos/community/libflac/info new file mode 100644 index 00000000..52303db5 --- /dev/null +++ b/repos/community/libflac/info @@ -0,0 +1,4 @@ +description: Free Lossless Audio Encoder +homepage: https://xiph.org/flac/ +license: BSD-3-Clause AND GPL-2.0-or-later +maintainer: ohnoes_ohnoes diff --git a/repos/community/luajit/info b/repos/community/luajit/info new file mode 100644 index 00000000..086de445 --- /dev/null +++ b/repos/community/luajit/info @@ -0,0 +1,4 @@ +description: Just-In-Time Compiler for the Lua programming language +homepage: https://luajit.org/ +license: MIT +maintainer: ohnoes_ohnoes diff --git a/repos/community/mednafen/info b/repos/community/mednafen/info new file mode 100644 index 00000000..31c0c052 --- /dev/null +++ b/repos/community/mednafen/info @@ -0,0 +1,4 @@ +description: Multi-system emulator utilizing OpenGL and SDL +homepage: https://mednafen.github.io/ +license: GPL-2.0-only +maintainer: ohnoes_ohnoes diff --git a/repos/community/neovim/info b/repos/community/neovim/info new file mode 100644 index 00000000..de3205a6 --- /dev/null +++ b/repos/community/neovim/info @@ -0,0 +1,4 @@ +description: Fork of vim focused on extensibility and agility +homepage: https://neovim.io/ +license: Apache-2.0 AND Vim +maintainer: ohnoes_ohnoes diff --git a/repos/community/newsraft/info b/repos/community/newsraft/info new file mode 100644 index 00000000..52b65fcc --- /dev/null +++ b/repos/community/newsraft/info @@ -0,0 +1,4 @@ +description: Feed reader for terminal +homepage: https://codeberg.org/newsraft/newsraft +license: ISC +maintainer: ohnoes_ohnoes |