Compare commits
14
Commits
18ba143c9d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b22ec3ceb8
|
||
|
|
4ef05913da
|
||
|
|
007679f4dd
|
||
|
|
0b86da01ae
|
||
|
|
8ff7584ea8
|
||
|
|
7018b08a15
|
||
|
|
ec3430bc88
|
||
|
|
c128abd3b1
|
||
|
|
2af8b81c5f
|
||
|
|
55b82629e7
|
||
|
|
8ff2eb3297
|
||
|
|
6208bb5c99
|
||
|
|
546b11d5d2
|
||
|
|
968a146658
|
+2
-2
@@ -1,6 +1,6 @@
|
||||
name: vim
|
||||
description: A highly configurable text editor
|
||||
version: 9.2.0068
|
||||
version: 9.2.1001
|
||||
revision: 1
|
||||
url: https://www.vim.org/
|
||||
license: vim
|
||||
@@ -37,4 +37,4 @@ downloads:
|
||||
- url: https://github.com/vim/vim/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: e724f2877da039b102ed90c781ea7873372eee1cf1c29ebf5e04423f93517281
|
||||
checksum: e3a36210b5411e2c46785f81cb7f3ed6072dd9690ef930e3529744112899e155
|
||||
@@ -1,4 +1,4 @@
|
||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||
|
||||
@@ -35,7 +35,6 @@ build() {
|
||||
--enable-python3interp=dynamic \
|
||||
--enable-rubyinterp=dynamic \
|
||||
--enable-luainterp=dynamic \
|
||||
--enable-tclinterp=dynamic \
|
||||
--disable-canberra \
|
||||
--disable-tclinterp
|
||||
make
|
||||
Reference in New Issue
Block a user