UNPKG

debian-package-builder

Version:
39 lines (38 loc) 2.04 kB
{ "name": "debian-package-builder", "version": "2.3.0", "description": "build Debian packages (with Docker)", "bin": "./build", "directories": { "example": "examples" }, "scripts": { "example:hello-node:amd64": "./build --docker --target nodejs --arch amd64 --input examples/hello-node --output output", "example:hello-node:armhf": "./build --docker --target nodejs --arch armhf --input examples/hello-node --output output", "example:hello-node:arm64": "./build --docker --target nodejs --arch arm64 --input examples/hello-node --output output", "example:hello-sodium:amd64": "./build --docker --target nodejs --arch amd64 --input examples/hello-sodium --output output", "example:hello-sodium:armhf": "./build --docker --target nodejs --arch armhf --input examples/hello-sodium --output output", "example:hello-sodium:arm64": "./build --docker --target nodejs --arch arm64 --input examples/hello-sodium --output output", "example:hello-level:amd64": "./build --docker --target nodejs --arch amd64 --input examples/hello-level --output output", "example:hello-level:armhf": "./build --docker --target nodejs --arch armhf --input examples/hello-level --output output", "example:hello-level:arm64": "./build --docker --target nodejs --arch arm64 --input examples/hello-level --output output", "example:dollar-sign:amd64": "./build --docker --target nodejs --arch amd64 --input examples/dollar-sign --output output", "example:hello-python:amd64": "./build --docker --target python --arch amd64 --input examples/hello-python --output output --debian-release stretch" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/ahdinosaur/debian-package-builder.git" }, "keywords": [ "debian", "deb", "dpkg", "debuild" ], "author": "ahdinosaur", "license": "GPL-3.0", "bugs": { "url": "https://github.com/ahdinosaur/debian-package-builder/issues" }, "homepage": "https://github.com/ahdinosaur/debian-package-builder#readme" }