mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-07 03:06:43 +08:00
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# Copyright (C) 2020 Openwrt.org
|
|
#
|
|
# This is a free software, use it under GNU General Public License v3.0.
|
|
#
|
|
# Created By ImmortalWrt
|
|
# https://github.com/project-openwrt
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-gost
|
|
PKG_VERSION:=1.0
|
|
PKG_RELEASE:=1
|
|
LUCI_TITLE:=LuCI support for Gost
|
|
LUCI_DEPENDS:=+gost
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_MAINTAINER:=ImmortalWrt
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|