mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Add unibilium
The original project was abandoned, so this uses neovim's fork, see https://github.com/neovim/neovim/blob/master/MAINTAIN.md#third-party-dependencies for more details.
This commit is contained in:
committed by
Lucas Chollet
parent
0d5087e8d0
commit
eea06bdf0b
@@ -344,6 +344,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`tree`](tree/) | tree | 2.1.3 | https://github.com/Old-Man-Programmer/tree |
|
||||
| [`tree-sitter`](tree-sitter/) | tree-sitter | 0.26.3 | https://tree-sitter.github.io/ |
|
||||
| [`tuxracer`](tuxracer/) | Tux Racer | 0.61 | http://tuxracer.sourceforge.net/ |
|
||||
| [`unibilium`](unibilium/) | Unibilium | 2.1.2 | https://github.com/neovim/unibilium |
|
||||
| [`vim`](vim/) | Vim | 8.2.5056 | https://www.vim.org/ |
|
||||
| [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris |
|
||||
| [`vlang`](vlang/) | V programming language | weekly.2021.31 | https://github.com/vlang/v |
|
||||
|
||||
11
Ports/unibilium/package.sh
Executable file
11
Ports/unibilium/package.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='unibilium'
|
||||
version='2.1.2'
|
||||
files=(
|
||||
"https://github.com/neovim/unibilium/archive/refs/tags/v${version}.tar.gz#370ecb07fbbc20d91d1b350c55f1c806b06bf86797e164081ccc977fc9b3af7a"
|
||||
)
|
||||
useconfigure='true'
|
||||
|
||||
pre_configure() {
|
||||
run autoreconf -i
|
||||
}
|
||||
Reference in New Issue
Block a user