distribution/packages/security/libsodium/package.mk

13 lines
488 B
Makefile
Raw Normal View History

2023-08-26 12:42:34 +00:00
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS)
2023-08-26 12:42:34 +00:00
PKG_NAME="libsodium"
PKG_VERSION="a3f200a"
PKG_LICENSE="ISC"
PKG_SITE="https://libsodium.org/"
PKG_URL="https://github.com/jedisct1/libsodium/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A modern, portable, easy to use crypto library"
PKG_TOOLCHAIN="autotools"