Arch PKGBUILDs for https://tangled.org/@tangled.org/core
arch pkgbuild
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at d2a9fda8d172acd7e46460bc7bb77325ed4e7c2a 26 lines 740 B view raw
1#!/usr/bin/bash 2cat << EOF > ${pkgbuild_path}/README.md 3# pkgs 4 5PKGBUILDs for running [@tangled.sh](https://tangled.sh/@tangled.sh/core) on [Arch](https://archlinux.org). 6 7> [!NOTE] 8> I use these packages to deploy to my knot server. 9> 10> These are **not** official tangled packages. **DO NOT** direct issues using these packages to the core tangled.sh repository. 11 12## Packages: 13 14### [appview](appview) 15 16Builds \`appview\` from tag [v${tag}](https://tangled.sh/@tangled.sh/core/tree/v${tag}). 17 18### [knotserver](knotserver) 19 20Builds \`knot\` from tag [v${tag}](https://tangled.sh/@tangled.sh/core/tree/v${tag}). 21 22### [knotserver-git](knotserver-git) 23 24Builds \`knot\` from branch [master](https://tangled.sh/@tangled.sh/core/tree/master). 25 26EOF