tang: create user tang
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
parent
cc78c5e2ba
commit
4f637d6b41
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=tang
|
PKG_NAME:=tang
|
||||||
PKG_VERSION:=12
|
PKG_VERSION:=12
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/latchset/$(PKG_NAME)/releases/download/v$(PKG_VERSION)/
|
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
|
TITLE:=tang v$(PKG_VERSION) - daemon for binding data to the presence of a third party
|
||||||
DEPENDS:=+libhttp-parser +jose +bash
|
DEPENDS:=+libhttp-parser +jose +bash
|
||||||
URL:=https://github.com/latchset/tang
|
URL:=https://github.com/latchset/tang
|
||||||
|
USERID:=tang:tang
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tang/description
|
define Package/tang/description
|
||||||
|
|
Loading…
Reference in a new issue