1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-20 02:25:14 -07:00

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

View File

@ -2,3 +2,4 @@ build
cache
temp
Makefile
!recipes/*

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