Add missing file for packaging for .NET Core (#507)

This commit is contained in:
ektrah
2017-03-06 14:20:54 +01:00
committed by Frank Denis
parent 14f6c26ef6
commit ed3bcbbf1d
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@ build
cache
temp
Makefile
!recipes/*
+9
View File
@@ -0,0 +1,9 @@
cd ~
tar xzf /io/libsodium.tar.gz
cd libsodium-*
./configure
make
make check
make install
strip --strip-all /usr/local/lib/libsodium.so
cp /usr/local/lib/libsodium.so /io/output