This repository has been archived by the owner on May 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
34 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#!/usr/bin/bash | ||
# Install debian dependencies | ||
|
||
# Python gobject | ||
sudo apt -y install python3-gi python3-cairo python3-dbus | ||
|
||
# Git | ||
sudo apt -y install git | ||
|
||
# debian-pacman | ||
sudo apt -y install build-essential automake libarchive-dev | ||
git clone https://github.com/mingw-deb/debian-pacman.git /tmp/debian-pacman | ||
cd /tmp/debian-pacman | ||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var | ||
make | ||
sudo make install | ||
|
||
# pyalpm | ||
git clone https://github.com/jelly/pyalpm.git /tmp/pyalpm | ||
cd /tmp/pyalpm | ||
python3 setup.py build | ||
sudo python3 setup.py install --root=/ | ||
|
||
# maxminddb and geoip2 | ||
sudo apt -y install python3-maxminddb libmaxminddb0 python3-geoip2 | ||
|
||
# parted | ||
sudo apt install -y libparted-dev python3-parted | ||
|
||
# python-libnacl and python-feedparser | ||
sudo apt install -y python3-libnacl python3-feedparser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{"version":"0.16.35","files":[ | ||
{"version":"0.16.36","files":[ | ||
]} |