mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
16 lines
506 B
Makefile
16 lines
506 B
Makefile
# Copyright (C) 2020 Silvan
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for UnblockNeteaseMusic-Go
|
|
LUCI_DEPENDS:=+bash +busybox +unzip +coreutils +coreutils-nohup +curl +dnsmasq-full +ipset +luci-compat +openssl-util +UnblockNeteaseMusic-Go
|
|
LUCI_PKGARCH:=all
|
|
PKG_NAME:=luci-app-unblockneteasemusic-go
|
|
PKG_VERSION:=1.14
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_MAINTAINER:=https://github.com/cnsilvan/luci-app-unblockneteasemusic
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|