SolitudeSF commented on this pull request.
> @@ -0,0 +1,14 @@
+# Template file for 'antibody'
+pkgname=antibody
+version=3.3.1
+revision=1
+build_style=go
+go_import_path="github.com/getantibody/antibody"
+hostmakedepends="git"
+depends="zsh"
+short_desc="A faster and simpler antigen written in Golang."
Changed desc to be more general and removed zsh from runtime dependencies since it doesnt actually requires zsh to function, its just build primarely to manage zsh plugins.