mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
23 lines
594 B
Makefile
23 lines
594 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (C) 2024 Anya Lin <hukk1996@gmail.com>
|
|
# Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-shadowsocks-rust
|
|
LUCI_NAME:=luci-app-shadowsocks-rust
|
|
LUCI_TITLE:=LuCI Support for shadowsocks-rust
|
|
LUCI_DEPENDS:=+luci-base +shadowsocks-rust-config
|
|
|
|
PKG_MAINTAINER:=Anya Lin <hukk1996@gmail.com>
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
define Package/luci-app-shadowsocks-rust/conffiles
|
|
/etc/config/shadowsocks-rust
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|