PHP Classes

File: build-phar.sh

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Sodium Compat   build-phar.sh   Download  
File: build-phar.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sodium Compat
Cryptographic functions of libsodium in pure PHP
Author: By
Last change: Fix build scripts
Date: 1 year ago
Size: 206 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash curl -LSs https://box-project.github.io/box2/installer.php | php mkdir ~/box mv box.phar ~/box/box PATH=$PATH:~/box/ make -C dist/ build-phar PATH=$PATH:~/box/ make -C dist/ sign-phar