#!/usr/bin/bash cat << EOF > ${pkgbuild_path}/README.md # pkgs PKGBUILDs for running [@tangled.sh](https://tangled.sh/@tangled.sh/core) on [Arch](https://archlinux.org). > [!NOTE] > I use these packages to deploy to my knot server. > > These are **not** official tangled packages. **DO NOT** direct issues using these packages to the core tangled.sh repository. ## Packages: ### [appview](appview) Builds \`appview\` from tag [v${tag}](https://tangled.sh/@tangled.sh/core/tree/v${tag}). ### [knotserver](knotserver) Builds \`knot\` from tag [v${tag}](https://tangled.sh/@tangled.sh/core/tree/v${tag}). ### [knotserver-git](knotserver-git) Builds \`knot\` from branch [master](https://tangled.sh/@tangled.sh/core/tree/master). EOF