Update package version to 6.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: bpm-utils
|
||||
description: Package utilities for the Bubble Package Manager
|
||||
version: 5.1.0
|
||||
version: 6.0.0
|
||||
url: https://gitlab.com/bubble-package-manager/bpm-utils
|
||||
license: MIT
|
||||
architecture: any
|
||||
|
||||
@@ -17,10 +17,10 @@ package() {
|
||||
install -d "$BPM_OUTPUT"/etc/bpm-utils/
|
||||
install -d "$BPM_OUTPUT"/usr/bin/
|
||||
install -d "$BPM_OUTPUT"/usr/share/licenses/bpm-utils
|
||||
cp bpm-package "$BPM_OUTPUT"/usr/bin/bpm-package
|
||||
cp bpm-convert "$BPM_OUTPUT"/usr/bin/bpm-convert
|
||||
cp bpm-setup "$BPM_OUTPUT"/usr/bin/bpm-setup
|
||||
cp create-repository-data "$BPM_OUTPUT"/usr/bin/create-repository-data
|
||||
cp source.default "$BPM_OUTPUT"/etc/bpm-utils/source.default
|
||||
cp LICENSE "$BPM_OUTPUT"/usr/share/licenses/bpm-utils
|
||||
install -Dm755 bpm-package "$BPM_OUTPUT"/usr/bin/bpm-package
|
||||
install -Dm755 bpm-convert "$BPM_OUTPUT"/usr/bin/bpm-convert
|
||||
install -Dm755 bpm-setup "$BPM_OUTPUT"/usr/bin/bpm-setup
|
||||
install -Dm755 create-repository-data "$BPM_OUTPUT"/usr/bin/create-repository-data
|
||||
install -Dm755 source.default "$BPM_OUTPUT"/etc/bpm-utils/source.default
|
||||
install -Dm755 LICENSE "$BPM_OUTPUT"/usr/share/licenses/bpm-utils
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user