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.

update @tangled.sh -> @tangled.org & add spindle

Signed-off-by: tjh <did:plc:65gha4t3avpfpzmvpbwovss7>

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