mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
19 lines
506 B
Makefile
19 lines
506 B
Makefile
# This is free software, licensed under the Apache License, Version 2.0
|
|
#
|
|
# Copyright (C) 2024 Hilman Maulana <hilman0.0maulana@gmail.com>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI for IP Information
|
|
LUCI_DEPENDS:=+curl
|
|
LUCI_DESCRIPTION:=Displays IP address information in overview via ip.guide.
|
|
|
|
PKG_MAINTAINER:=Hilman Maulana <hilman0.0maulana@gmail.com>
|
|
PKG_VERSION:=2.4
|
|
PKG_RELEASE:=1
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|