- Added hard link extraction support

- Can now add comments to pkg.info files
- Moved source package temp directory from /tmp to /var/tmp to allow for larger packages to be compiled
This commit is contained in:
2024-03-29 20:09:40 +02:00
parent 036578e652
commit 43c4a626f1
11 changed files with 152 additions and 24 deletions
Binary file not shown.
+2
View File
@@ -1,5 +1,7 @@
name: bpm-utils
description: Utilities to create BPM packages
version: 1.0.0
url: https://gitlab.com/bubble-package-manager/bpm/
license: GPL3
architecture: x86_64
type: binary
Binary file not shown.
Binary file not shown.
+3 -1
View File
@@ -1,5 +1,7 @@
name: bpm
description: The Bubble Package Manager
version: 0.0.8
version: 0.0.9
url: https://gitlab.com/bubble-package-manager/bpm/
license: GPL3
architecture: x86_64
type: binary
Binary file not shown.
Binary file not shown.
+3
View File
@@ -1,5 +1,8 @@
name: htop
description: An interactive process viewer
version: 3.3.0
url: https://github.com/htop-dev/htop
license: GPL2
architecture: x86_64
type: source
#make_depends: git
+1 -1
View File
@@ -1,5 +1,5 @@
# This file is read and executed by BPM to compile htop. It will run inside a temporary folder in /tmp during execution
echo "Building htop..."
echo "Compiling htop..."
# Creating 'source' directory
mkdir source
# Cloning the git repository into the 'source' directory