generated from general-packages/pika-pkg-template
Update main.sh
This commit is contained in:
parent
1b209887b3
commit
bf6093f277
14
main.sh
14
main.sh
@ -2,22 +2,22 @@
|
||||
|
||||
set -e
|
||||
|
||||
. ./pika-build-config.sh
|
||||
VERSION="0.3.3"
|
||||
|
||||
source ./pika-build-config.sh
|
||||
|
||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
|
||||
VERSION="1.0"
|
||||
|
||||
# Clone Upstream
|
||||
mkdir -p ./src-pkg-name
|
||||
cp -rvf ./debian ./src-pkg-name/
|
||||
cd ./src-pkg-name/
|
||||
git clone --recurse-submodules https://github.com/hyprwm/aquamarine -b v"$VERSION"
|
||||
cp -rvf ./debian ./aquamarine/
|
||||
cd ./aquamarine
|
||||
|
||||
# Get build deps
|
||||
LOGNAME=root dh_make --createorig -y -l -p src-pkg-name_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p aquamarine_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
dpkg-buildpackage --no-sign
|
||||
|
||||
# Move the debs to output
|
||||
|
Loading…
Reference in New Issue
Block a user