contrib/libsodium/Pkgfile

17 lines
409 B
Plaintext

# Description: A modern, portable, easy to use crypto library
# URL: https://github.com/jedisct1/libsodium
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=libsodium
version=1.0.19
release=1
source=(https://github.com/jedisct1/libsodium/archive/1.0.19-RELEASE/$name-$version.tar.gz)
build() {
cd $name-$version-RELEASE
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}