marvinjr35 / packaging

Packaging utilities for Blockstack repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packaging Scripts

This repository contains the necessary scripts and tools to create signed Linux package repositories. Currently, they support creating Debian/Ubuntu repositories from Python source packages.

To use these scripts, you will need fpm and a GPG key.

Building Windows Installer

$ cd blockstack-toolbox-windows/
$ make windows

This requires Docker to build. It produces blockstack-toolbox-windows/dist/BlockstackToolbox.exe

This can be deployed with

$ make deploy-windows

Example

This will create a Debian/Ubuntu repository signed with GPG key ID DB858875:

    $ make GPGKEYID=DB858875

The repository will be built under ./build/repositories/debian.

About

Packaging utilities for Blockstack repositories

License:GNU General Public License v3.0


Languages

Language:Python 92.6%Language:Jupyter Notebook 5.0%Language:Shell 1.3%Language:Inno Setup 0.8%Language:Makefile 0.3%Language:Assembly 0.0%Language:Batchfile 0.0%