12 lines
466 B
Makefile
12 lines
466 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
|
|
|
PKG_NAME="libsodium"
|
|
PKG_VERSION="39184b5"
|
|
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"
|