Skip to content

Commit

Permalink
Merge pull request #30 from atsign-foundation/cpswan-define-conffiles
Browse files Browse the repository at this point in the history
feat: define conffiles
  • Loading branch information
cpswan authored Nov 26, 2024
2 parents 0ca2db2 + 1db45d8 commit 2e37bf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/csshnpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=csshnpd
PKG_VERSION:=0.2.4
PKG_RELEASE:=1
PKG_RELEASE:=3

PKG_SOURCE:=$(PKG_NAME)-c$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/atsign-foundation/noports/releases/download/c$(PKG_VERSION)
Expand Down Expand Up @@ -35,6 +35,10 @@ define Package/csshnpd/description
A small and portable daemon for NoPorts.
endef

define Package/csshnpd/conffiles
/etc/config/sshnpd
endef

define Package/csshnpd/install
$(INSTALL_DIR) \
$(1)/usr/bin \
Expand Down

0 comments on commit 2e37bf9

Please sign in to comment.