mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add shadowsocks v2ray plugin from source
This commit is contained in:
parent
0fdab6005b
commit
4b31a55a95
16 changed files with 1288 additions and 66 deletions
43
golang-protobuf/Makefile
Normal file
43
golang-protobuf/Makefile
Normal file
|
@ -0,0 +1,43 @@
|
|||
#
|
||||
# Copyright (C) 2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=golang-protobuf
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/golang/protobuf.git
|
||||
PKG_SOURCE_VERSION:=347cf4a86c1cb8d262994d8ef5924d4576c5b331
|
||||
PKG_SOURCE_DATE:=20190109
|
||||
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_BUILD_DEPENDS:=golang/host
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
GO_PKG:=github.com/golang/protobuf
|
||||
GO_PKG_SOURCE_ONLY:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../golang/golang-package.mk
|
||||
|
||||
define Package/golang-protobuf-dev
|
||||
$(call GoPackage/GoSubMenu)
|
||||
TITLE:=Go support for Google protocol buffers
|
||||
URL:=https://github.com/golang/protobuf
|
||||
DEPENDS:=$(GO_ARCH_DEPENDS) +protobuf
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/golang-protobuf-dev/description
|
||||
Go support for Google protocol buffers
|
||||
endef
|
||||
|
||||
$(eval $(call GoSrcPackage,golang-protobuf-dev))
|
||||
$(eval $(call BuildPackage,golang-protobuf-dev))
|
Loading…
Add table
Add a link
Reference in a new issue