release blend 2.0.0

This commit is contained in:
Rudra Saraswat 2023-02-11 17:33:29 +05:30
parent 4e4bdd33d2
commit 37d4a6155e
36 changed files with 2557 additions and 458 deletions

18
blend.install Normal file
View file

@ -0,0 +1,18 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0
build() {
add_module overlay
add_binary bash
add_binary tar
add_runscript
}
help() {
cat <<HELPEOF
This provides a support for mounting the blend /usr overlay. No
configuration is needed.
HELPEOF
}
# vim: set ft=sh ts=4 sw=4 et: