Update package version to 0.1.88
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: fresh-editor
|
||||
description: Easy, powerful and fast text editor for your terminal
|
||||
version: 0.1.77
|
||||
version: 0.1.88
|
||||
revision: 1
|
||||
url: https://sinelaw.github.io/fresh/
|
||||
license: GPL2-only
|
||||
@@ -16,4 +16,4 @@ downloads:
|
||||
- url: https://github.com/sinelaw/fresh/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: bb587daea310651abcf4816b67994e989d4c6e2b9cf8d9e9f3bfcd7176416224
|
||||
checksum: 5d32495882d113d9afd0ab1e0f34bc226e395bf17a1320cb2ecfa0d7fa46bcfa
|
||||
|
||||
@@ -13,7 +13,7 @@ prepare() {
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
export CC=clang
|
||||
cargo build --release
|
||||
cargo build --release --locked
|
||||
}
|
||||
|
||||
# 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/
|
||||
|
||||
# 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
|
||||
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 -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/fresh-editor/LICENSE
|
||||
|
||||
Reference in New Issue
Block a user