add brew build script

This commit is contained in:
Nick Sweeting 2020-11-28 04:10:48 -05:00
parent bee1f3e263
commit bfa66fdddb
5 changed files with 26 additions and 2 deletions

View file

@ -30,6 +30,8 @@ PGP_KEY_ID="7D5695D3B618872647861D51C38137A7C1675988"
# cleanup build artifacts
rm -Rf build deb_dist dist archivebox-*.tar.gz
# make sure the stdeb.cfg file is up-to-date with all the dependencies
# build source and binary packages
python3 setup.py --command-packages=stdeb.command \
sdist_dsc --debian-version=$DEBIAN_VERSION \