pkg: add tar.gz unpack rule

This commit is contained in:
Thomas Hobson 2021-02-21 03:29:47 +13:00
parent f1c082bfa1
commit 216451d1aa
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F

View file

@ -31,6 +31,9 @@ pkg-info.jq:
%/: %.tgz
tar xzf $<
%/: %.tar.gz
tar xzf $<
.PHONY: clean
clean:
rm -rf $(filter-out Makefile, $(wildcard *))