torbrowser-launcher/build_rpm.sh

15 lines
353 B
Bash
Raw Normal View History

2014-05-02 01:29:13 +00:00
#!/bin/sh
2014-07-09 18:10:51 +00:00
VERSION=`cat share/torbrowser-launcher/version`
2014-05-02 01:29:13 +00:00
# clean up from last build
rm -r build dist
# build binary package
python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, gnupg2"
2014-05-02 01:29:13 +00:00
# install it
echo ""
echo "To install, run:"
2017-03-13 22:38:12 +00:00
echo "sudo dnf install dist/torbrowser-launcher-$VERSION-1.noarch.rpm"