Skip to content

Commit

Permalink
tunspace: add license, remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Nov 7, 2024
1 parent 4fc5d75 commit d655a1f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/tunspace/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2024 Packet Please <[email protected]>
#

include $(TOPDIR)/rules.mk

PKG_NAME:=tunspace
PKG_RELEASE:=0

PKG_MAINTAINER:=Packet Please <[email protected]>
PKG_LICENSE:=GPL-2.0-only

include $(INCLUDE_DIR)/package.mk

Expand Down Expand Up @@ -35,8 +41,4 @@ define Package/tunspace/install
$(INSTALL_BIN) ./tunspace.uc $(1)/usr/bin/tunspace
endef

define Package/tunspace/conffiles
/etc/config/tunspace
endef

$(eval $(call BuildPackage,tunspace))

0 comments on commit d655a1f

Please sign in to comment.