Update package version to 0.1.88

This commit is contained in:
2026-01-23 13:32:10 +02:00
parent b05dcb86e5
commit e009b2e3b5
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: fresh-editor name: fresh-editor
description: Easy, powerful and fast text editor for your terminal description: Easy, powerful and fast text editor for your terminal
version: 0.1.77 version: 0.1.88
revision: 1 revision: 1
url: https://sinelaw.github.io/fresh/ url: https://sinelaw.github.io/fresh/
license: GPL2-only license: GPL2-only
@@ -16,4 +16,4 @@ downloads:
- url: https://github.com/sinelaw/fresh/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz - url: https://github.com/sinelaw/fresh/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: bb587daea310651abcf4816b67994e989d4c6e2b9cf8d9e9f3bfcd7176416224 checksum: 5d32495882d113d9afd0ab1e0f34bc226e395bf17a1320cb2ecfa0d7fa46bcfa
+3 -3
View File
@@ -13,7 +13,7 @@ prepare() {
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {
export CC=clang export CC=clang
cargo build --release cargo build --release --locked
} }
# The package function is executed in the source directory # The package function is executed in the source directory
@@ -27,10 +27,10 @@ package() {
ln -s /usr/share/fresh-editor/fresh "$BPM_OUTPUT"/usr/bin/ ln -s /usr/share/fresh-editor/fresh "$BPM_OUTPUT"/usr/bin/
# Install plugins # Install plugins
cp -r plugins "$BPM_OUTPUT"/usr/share/fresh-editor/ cp -r crates/fresh-editor/plugins "$BPM_OUTPUT"/usr/share/fresh-editor/
# Install keymaps # Install keymaps
cp -r keymaps "$BPM_OUTPUT"/usr/share/fresh-editor/ cp -r crates/fresh-editor/keymaps "$BPM_OUTPUT"/usr/share/fresh-editor/
# Install package license # Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/fresh-editor/LICENSE install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/fresh-editor/LICENSE