New package: libsodium-0.7.0.
This commit is contained in:
parent
2a2d9c928e
commit
58963b23e1
3 changed files with 24 additions and 0 deletions
|
@ -1700,3 +1700,4 @@ libswc.so.0 swc-git-20140809_1
|
|||
libfcgi.so.0 fcgi-2.4.0_2
|
||||
libdshconfig.so.1 libdshconfig-0.20.13_1
|
||||
libpar2.so.1 libpar2-0.4_1
|
||||
libsodium.so.13 libsodium-0.7.0_1
|
||||
|
|
1
srcpkgs/libsodium-devel
Symbolic link
1
srcpkgs/libsodium-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libsodium
|
22
srcpkgs/libsodium/template
Normal file
22
srcpkgs/libsodium/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'libsodium'
|
||||
pkgname=libsodium
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="A modern and easy-to-use crypto library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/jedisct1/libsodium"
|
||||
distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=4ccaffd1a15be67786e28a61b602492a97eb5bcb83455ed53c02fa038b8e9168
|
||||
|
||||
libsodium-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue