Update package version to 2.0.15
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
name: micro
|
name: micro
|
||||||
description: A modern and intuitive terminal-based text editor
|
description: A modern and intuitive terminal-based text editor
|
||||||
version: 2.0.14
|
version: 2.0.15
|
||||||
revision: 5
|
revision: 1
|
||||||
url: https://micro-editor.github.io/
|
url: https://micro-editor.github.io/
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
|
depends:
|
||||||
|
- glibc
|
||||||
optional_depends:
|
optional_depends:
|
||||||
- wl-clipboard
|
- wl-clipboard
|
||||||
- xclip
|
- xclip
|
||||||
@@ -17,4 +19,4 @@ downloads:
|
|||||||
type: git
|
type: git
|
||||||
clone_to: ${BPM_SOURCE}
|
clone_to: ${BPM_SOURCE}
|
||||||
git_branch: v${BPM_PKG_VERSION}
|
git_branch: v${BPM_PKG_VERSION}
|
||||||
checksum: 04c577049ca898f097cd6a2dae69af0b4d4493e1
|
checksum: 6a62575bcfdf4965f187eedafceb3400316e612b
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ prepare() {
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
make
|
CGO_ENABLED=1 make
|
||||||
}
|
}
|
||||||
|
|
||||||
# The check function is executed in the source directory
|
# The check function is executed in the source directory
|
||||||
|
|||||||
Reference in New Issue
Block a user