Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
#!/bin/sh

VERSION=20190702

tar --files-from=file.list -xJvf ../argon2-$VERSION.tar.xz
mv argon2-$VERSION argon2-$VERSION-orig

cp -rf ./argon2-$VERSION-new ./argon2-$VERSION

diff --unified -Nr  argon2-$VERSION-orig  argon2-$VERSION > argon2-$VERSION-optimization.patch

mv argon2-$VERSION-optimization.patch ../patches

rm -rf ./argon2-$VERSION
rm -rf ./argon2-$VERSION-orig