Compare commits
24
Commits
4902d310c3
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b22ec3ceb8
|
||
|
|
4ef05913da
|
||
|
|
007679f4dd
|
||
|
|
0b86da01ae
|
||
|
|
8ff7584ea8
|
||
|
|
7018b08a15
|
||
|
|
ec3430bc88
|
||
|
|
c128abd3b1
|
||
|
|
2af8b81c5f
|
||
|
|
55b82629e7
|
||
|
|
8ff2eb3297
|
||
|
|
6208bb5c99
|
||
|
|
546b11d5d2
|
||
|
|
968a146658
|
||
|
|
18ba143c9d
|
||
|
|
70e8f5cff8
|
||
|
|
9ed71db86b
|
||
|
|
b49c2107f4
|
||
|
|
7cd97bdb81
|
||
|
|
4046053e3b
|
||
|
|
6abc8aacb9
|
||
|
|
2934d920b0
|
||
|
|
daf29b5c80
|
||
|
|
823e26edeb
|
+3
-2
@@ -1,2 +1,3 @@
|
||||
# Exclude bpm archives
|
||||
*.bpm
|
||||
# Ignore BPM archives and signatures
|
||||
*.bpm
|
||||
*.bpm.sig
|
||||
|
||||
+4
-2
@@ -1,9 +1,11 @@
|
||||
name: vim
|
||||
description: A highly configurable text editor
|
||||
version: 9.1.2041
|
||||
version: 9.2.1001
|
||||
revision: 1
|
||||
url: https://www.vim.org/
|
||||
license: vim
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
keep:
|
||||
@@ -35,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: 6b42789c13137f538e5fa455c08f1b4ccf55ae58dc0d5354bd9586d2069d569e
|
||||
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,8 +35,8 @@ build() {
|
||||
--enable-python3interp=dynamic \
|
||||
--enable-rubyinterp=dynamic \
|
||||
--enable-luainterp=dynamic \
|
||||
--enable-tclinterp=dynamic \
|
||||
--disable-canberra
|
||||
--disable-canberra \
|
||||
--disable-tclinterp
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user