Add zstd recipe

master
Karchnu 2021-04-23 02:07:08 +02:00
parent 428c8863ca
commit e4ee877e12
1 changed files with 6 additions and 0 deletions

6
recipes/zstd/Makefile Normal file
View 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