This repository has been archived on 2024-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
tuigreet/main.sh

21 lines
356 B
Bash
Raw Normal View History

2023-06-24 17:54:33 +02:00
#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
2023-06-24 17:55:47 +02:00
git clone --recurse-submodules https://github.com/apognu/tuigreet.git
2023-06-24 17:55:31 +02:00
cd tuigreet
cp -rvf ../debian ./
2023-06-24 17:56:13 +02:00
cp -vf ../Makefile ./Makefile
2023-06-24 17:54:33 +02:00
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/