contrib/libsodium/Pkgfile

17 lines
409 B
Plaintext
Raw Normal View History

2019-06-11 23:45:46 +02:00
# 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
2023-09-13 17:51:25 +02:00
version=1.0.19
2019-06-11 23:45:46 +02:00
release=1
2023-09-13 17:51:25 +02:00
source=(https://github.com/jedisct1/libsodium/archive/1.0.19-RELEASE/$name-$version.tar.gz)
2019-06-11 23:45:46 +02:00
build() {
cd $name-$version-RELEASE
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}