Compare commits

...
14 Commits
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -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 -2
View File
@@ -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