Solus packaging of Zoom video conferencing app
Accomplished by re-packaging the Ubuntu .deb
release
You've set up a Solus packaging directory according to this document: https://getsol.us/articles/packaging/building-a-package/en/
Assuming $SOLUS_PKG_DIR
points to your packaging directory with common
already cloned:
$ git clone https://github.com/yacn/zoom-eopkg.git "$SOLUS_PKG_DIR/zoom"
$ cd "$SOLUS_PKG_DIR/zoom"
$ echo "include ../Makefile.common" > Makefile
$ make
$ ls *.eopkg
To fetch latest deb, get version, calculate new checksum, and bump release:
$ ./refresh.py
If you already have the verison, checksum, and release:
$ ./update-package-yml.sh $version $checksum $release < package.yml > package.yml.tmp
$ mv package.yml{.tmp,}