mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=restic-rest-server
|
||||
PKG_VERSION:=0.9.7
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/rest-server-$(PKG_VERSION)
|
||||
PKG_SOURCE:=rest-server-$(PKG_VERSION).tar.gz
|
||||
@@ -33,6 +33,10 @@ define Package/restic-rest-server
|
||||
CATEGORY:=Network
|
||||
endef
|
||||
|
||||
define Package/restic-rest-server/conffiles
|
||||
/etc/config/restic-rest-server
|
||||
endef
|
||||
|
||||
define Package/restic-rest-server/description
|
||||
Rest Server is a high performance HTTP server that implements restic's REST backend
|
||||
API. It provides secure and efficient way to backup data remotely, using restic
|
||||
|
||||
Reference in New Issue
Block a user