From: Nikos Mavrogiannopoulos Date: Thu, 1 Jun 2023 07:18:43 +0000 (+0200) Subject: tang: create user tang X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4f637d6b41abf8ee13bc8f8ac89fcc4ea23288ce;p=openwrt-packages.git tang: create user tang Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/utils/tang/Makefile b/utils/tang/Makefile index c9b159a19..227fed460 100644 --- a/utils/tang/Makefile +++ b/utils/tang/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tang PKG_VERSION:=12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/latchset/$(PKG_NAME)/releases/download/v$(PKG_VERSION)/ @@ -27,6 +27,7 @@ define Package/tang TITLE:=tang v$(PKG_VERSION) - daemon for binding data to the presence of a third party DEPENDS:=+libhttp-parser +jose +bash URL:=https://github.com/latchset/tang + USERID:=tang:tang endef define Package/tang/description