mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-06-27 06:08:27 +00:00
13 lines
510 B
Makefile
13 lines
510 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="hyperhdr-mdns"
|
|
PKG_VERSION="1727be0602941a714cb6048a737f0584b1cebf3c"
|
|
PKG_SHA256="e8559095ac179ca89fee6c2de6c24cf252538485c7521a50d4f36785e22c571e"
|
|
PKG_LICENSE="Unlicense"
|
|
PKG_SITE="https://github.com/mjansson/mdns"
|
|
PKG_URL="https://github.com/mjansson/mdns/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Public domain mDNS/DNS-SD library in C"
|
|
PKG_TOOLCHAIN="manual"
|