summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-24 14:33:37 +0200
committerFlorian Dold <florian@dold.me>2021-08-24 14:33:37 +0200
commit249c51417c4291098e1221eccdcb958782641caf (patch)
tree4953984ffe211b6cf0364f954c6a1768f0cc8022
parent7784d46ab5e7788160b784eba6c8f18eb14bb4b1 (diff)
downloaddeployment-249c51417c4291098e1221eccdcb958782641caf.tar.gz
deployment-249c51417c4291098e1221eccdcb958782641caf.tar.bz2
deployment-249c51417c4291098e1221eccdcb958782641caf.zip
dpkg building WIP
-rw-r--r--dpkg-build/build-ubuntu.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/dpkg-build/build-ubuntu.sh b/dpkg-build/build-ubuntu.sh
new file mode 100644
index 0000000..ce9161c
--- /dev/null
+++ b/dpkg-build/build-ubuntu.sh
@@ -0,0 +1,11 @@
+sudo apt install build-essential devscripts debhelper equivs
+
+git clone https://git.gnunet.org/gnunet.git
+git clone https://git.taler.net/exchange.git
+git clone https://git.taler.net/merchant.git
+
+cd ~/gnunet && sudo mk-build-deps --install debian/control
+cd ~/gnunet && ./bootstrap
+cd ~/gnunet && debuild --no-sign -i -B
+
+