mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-09 09:07:28 +08:00
26 lines
708 B
Makefile
26 lines
708 B
Makefile
# SPDX-License-Identifier: GPL-3.0-only
|
|
#
|
|
# Copyright (C) 2019-2022 Tianling Shen <cnsztl@immortalwrt.org>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for UnblockNeteaseMusic
|
|
LUCI_DEPENDS:=+busybox +dnsmasq-full +ipset +jsonfilter +node +uclient-fetch \
|
|
+PACKAGE_firewall4:ucode \
|
|
@(PACKAGE_libustream-mbedtls||PACKAGE_libustream-openssl||PACKAGE_libustream-wolfssl)
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_NAME:=luci-app-unblockneteasemusic
|
|
PKG_VERSION:=2.13
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
|
|
|
define Package/luci-app-unblockneteasemusic/conffiles
|
|
/etc/config/unblockneteasemusic
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|