Add zstd recipe
This commit is contained in:
parent
428c8863ca
commit
e4ee877e12
1 changed files with 6 additions and 0 deletions
6
recipes/zstd/Makefile
Normal file
6
recipes/zstd/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
name = zstd
|
||||
version = 1.4.9
|
||||
URL = https://github.com/facebook/zstd/releases/download/v$(version)/zstd-$(version).tar.gz
|
||||
|
||||
SYSCONF ?= ../../
|
||||
include $(SYSCONF)/package.mk
|
Loading…
Add table
Reference in a new issue