Upload packages and workflow

This commit is contained in:
itdoginfo
2024-10-10 17:10:30 +03:00
parent bec06f983a
commit 9f84331abe
11 changed files with 813 additions and 0 deletions

19
luci-app-podkop/Makefile Normal file
View File

@@ -0,0 +1,19 @@
# See /LICENSE for more information.
# This is free software, licensed under the GNU General Public License v2.
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-podkop
PKG_VERSION:=1.0.1
PKG_RELEASE:=1
LUCI_TITLE:=LuCI podkop app
LUCI_DEPENDS:=+luci-base +podkop
LUCI_PKGARCH:=all
PKG_LICENSE:=GPL-2.0-or-later
PKG_MAINTAINER:=ITDog <podkop@itdog.info>
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature