pikafetch/main.sh
ferreo 483604eb2d
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 1m9s
Update version to 0.2.0 and refactor system information retrieval
- Incremented version number in main.sh to 0.2.0.
- Updated changelog to reflect the transition to Zig nightly and removal of libc dependencies.
- Refactored disk information retrieval to enhance compatibility and streamline the process.
- Adjusted memory and terminal information retrieval to improve performance and accuracy.
- Removed unused imports and optimized memory allocation in various system info modules.
2024-12-01 15:19:08 +00:00

24 lines
387 B
Bash
Executable File

#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="0.2.0"
cd ./pikafetch/
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p pikafetch_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/