generated from general-packages/pika-pkg-template
Update main.sh
This commit is contained in:
parent
7af4f4f667
commit
5cb8ebbf37
10
main.sh
10
main.sh
@ -6,15 +6,15 @@ set -e
|
|||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
VERSION="1.0"
|
VERSION="0.1"
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
mkdir -p ./src-pkg-name
|
git clone https://github.com/Jappie3/wayfreeze.git
|
||||||
cp -rvf ./debian ./src-pkg-name/
|
cp -rvf ./debian ./wayfreeze/
|
||||||
cd ./src-pkg-name/
|
cd ./wayfreeze/
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
LOGNAME=root dh_make --createorig -y -l -p src-pkg-name_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
LOGNAME=root dh_make --createorig -y -l -p wayfreeze_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
|
Loading…
Reference in New Issue
Block a user