|
root / base / vim / package.toml
package.toml TOML 27 lines 501 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# vim - Vi IMproved text editor
# https://www.vim.org/

[package]
name = "vim"
version = "9.1.0"
release = 1
description = "Vi IMproved - highly configurable text editor"
url = "https://www.vim.org/"
license = "Vim"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["ncurses"]
build = ["ncurses"]

[[source]]
file = "v9.1.0.tar.gz"
urls = ["https://github.com/vim/vim/archive/refs/tags/v9.1.0.tar.gz"]
checksum = "SKIP"


[build]
parallel = true
jobs = 0